Concept
Unwrap
Books
Journey Statusreviewing Tags
An operation that extracts inner values from a wrapper type via Pattern matching (like getting x from Some x), exposing the contained data for use.
An operation that extracts inner values from a wrapper type via pattern matching (like getting x from Some x), exposing the contained data for use.