Range.opSliceAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Range(T)
final @nogc
opSliceAssign
(
A
)
(
A ahs
,
size_t start
,
size_t end
)
if (
ElementType!A.sizeof <= ElementType!T.sizeof
)

Meta