get

Gets the value stored in an algebraic type based on its data type.

  1. inout(T) get(ref inout(TaggedAlgebraic!U) ta)
    ref
    inout(T)
    get
    (
    T
    U
    )
    (
    ref inout(TaggedAlgebraic!U) ta
    )
  2. inout(T) get(inout(TaggedAlgebraic!U) ta)

Meta