Err<O, E> constructor

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

Implementation

const Err(this.val);