Some<T> constructor

const Some<T>(
  1. T _value
)

Implementation

const Some(this._value);