The choice for `?` is performance since it’s compi...
# arrow
r
The choice for
?
is performance since it’s compiler optimized. But 99% of apps would not care about such a simple data type’s performance case since Option is pretty lightweight on it’s own.