Ok<T> constructor

const Ok<T>(
  1. T value
)

Implementation

const Ok(this.value);