Option<V>.some constructor

const Option<V>.some(
  1. V value
)

Implementation

const Option.some(V value) : _value = value;