Note that an Option[ref T] is just a thin wrapper that checks if the reference 
is nil: 
[https://nim-lang.org/docs/options.html#Option](https://nim-lang.org/docs/options.html#Option).
 Wrapping something that is a pointer in an Option is simply a way to get 
Option semantics for pointers.

Reply via email to