Ok<T, E> constructor

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

Implementation

const Ok(this.value);