Err<T, E> constructor

const Err<T, E>(
  1. E _value
)

Implementation

const Err(this._value);