Some<V> constructor

const Some<V>(
  1. V v
)

Implementation

const Some(this.v);