Vector.rebase

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(size_t N, T)
pure const
rebase
(
Args...
)
(
auto ref const(Args) e
)
if (
allSatisfy!(isCompatible, Args) &&
Args.length == N
)

Meta