Ok<T, E> constructor

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

Implementation

Ok(this.value);