TaggedAlgebraic.opCast

Enables conversion or extraction of the stored value.

  1. T opCast()
    struct TaggedAlgebraic(U)
    T
    opCast
    (
    T
    )
    ()
    if (
    is(U == union) ||
    is(U == struct)
    )
  2. T opCast()

Meta