Vector.rebase

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto rebase(I x, J y)
  2. auto rebase(I x, J y, K z)
    struct Vector(size_t N, T, alias string AS = "")
    pure const
    static if(N == 3)
    rebase
    (
    I
    J
    K
    )
    (
    in I x
    ,
    in J y
    ,
    in K z
    )
    if (
    isCompatibleVector!(3, T, I) &&
    &&
    )
    if (
    isCompatibleArrayAccessStrings(N, AS, VVASES, VVASVS) ||
    AS.length == 0
    )

Meta