Algebraic.get

Get Value of type T.

  1. inout(T) get [@property getter]
  2. inout(Types[index]) get [@property getter]
    struct Algebraic(Types...)
    @safe pure @property inout @safe
    inout(Types[index])
    get
    (
    uint index
    )
    ()
    if (
    index < Types.length
    )

Meta