Concept

Unwrap

Modified just now
Books JourneyProgramming Language Theory Statusreviewing Tags
  • language-feature-design
  • semantics
  • syntax grammar

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.