Option.value

The underlying value wrapped in a std.VariantN.

struct Option(T)
WrapperType value;

Meta