What!? What that even means? Value types can't be nil in nim-lang, these are always initialized, but you can use Option[T] when you need it.
If you mean reference types (`ref`) hopefully this PR will land soon https://github.com/nim-lang/Nim/pull/15287.
What!? What that even means? Value types can't be nil in nim-lang, these are always initialized, but you can use Option[T] when you need it.
If you mean reference types (`ref`) hopefully this PR will land soon https://github.com/nim-lang/Nim/pull/15287.