Some<T> constructor

const Some<T>(
  1. T v
)

Implementation

const Some(T v) : this._(v);