Ok<T, E extends Exception> constructor

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

Implementation

const Ok(this.value);