Vector.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(T, Allocator = Mallocator, bool addInGC = true)
nothrow
immutable(T)[]
opCast
(
C
)
()
if (
is(C == immutable(T)[])
)
if (
is(T == Unqual!T)
)

Meta