Ok<O, E> constructor

const Ok<O, E>(
  1. O val
)

Implementation

const Ok(this.val);