Ok<T, E> constructor

const Ok<T, E>(
  1. T _value
)

Implementation

const Ok(this._value);