ValueOption
ValueOption
ValueOption<T>
has the very same meaning of Option<T>
but is intended to be used with value types to be faster in performance critical scenarios.
ValueOption<T>
has the very same meaning of Option<T>
but is intended to be used with value types to be faster in performance critical scenarios.