LazyCollection.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
struct LazyCollection(T)
TT
opCast
(
TT
)
()
if (
isArray!TT &&
isImplicitlyConvertible!(typeof(TT.init[0]), Object)
)

Meta