Vector.opCast

checks all elements is finite

struct Vector(size_t N, T, alias string AS = "")
pure const
bool
opCast
(
E
)
()
if (
is(E == bool)
)
if (
isCompatibleArrayAccessStrings(N, AS, VVASES, VVASVS) ||
AS.length == 0
)

Meta