Vector.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opCast()
    struct Vector(size_t N, T, alias string AS = "")
    pure const
    bool
    opCast
    (
    E
    )
    ()
    if (
    is(E == bool)
    )
    if (
    isCompatibleArrayAccessString(N, AS, SEP) ||
    AS.length == 0
    )
  2. const(T[]) opCast()

Meta