unwrap method

T unwrap()

Unwraps the Pod's value.

Implementation

T unwrap() => value.some.unwrap().ok.value;