Some<T> constructor

const Some<T>(
  1. T value
)

Implementation

const Some(this.value);