EnumUnion.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. E[0] opCast()
    struct EnumUnion(E...)
    @safe pure nothrow const
    static if(E.length >= 1)
    E[0]
    opCast
    (
    T : E[0]
    )
    ()
  2. E[1] opCast()

Meta