Some<T> constructor

const Some<T>(
  1. T v
)

Implementation

const Some(this.v);