Some<Value> constructor

const Some<Value>(
  1. Value value
)

Implementation

const Some(this.value);