Function get
Gets the value stored in an algebraic type based on its data type.
ref inout(T) get(T, U)
(
ref inout(TaggedAlgebraic!U) ta
);
inout(T) get(T, U)
(
inout(TaggedAlgebraic!U) ta
);