Optional.value

The value that's present, if any.

struct Optional(T)
T value;

Meta