> For null-safety, I prefer the way Kotlin and C# handle it: use T to denote > non-nullable references, and T? to denote nullable references.
So like <https://github.com/status-im/questionable> ?
> For null-safety, I prefer the way Kotlin and C# handle it: use T to denote > non-nullable references, and T? to denote nullable references.
So like <https://github.com/status-im/questionable> ?