mir_slice.opIndexOpAssignImplArray

Undocumented in source. Be warned that the author may not have intended to support it.
struct mir_slice(Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous, Labels_...)
scope
@optmath
static if(isMutable!DeepElement)
void
opIndexOpAssignImplArray
(
string op
T
Slices...
)
(
T[] value
)
if (
0 < N_ &&
N_ < 255
&&
!(
kind_ == Canonical &&
N_ == 1
)
&&
Labels_.length <= N_
&&
isIterator!Iterator_
)

Meta