unwrapOr method

T unwrapOr(
  1. T v
)

Unwrap the Ok value, or return the default if there is an Err

@param v the default value to return if there is an Err

Implementation

T unwrapOr(T v) => throw UnimplementedError();