Some<TValue> constructor

const Some<TValue>(
  1. TValue value
)

Implementation

const Some(this.value);