The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
FlattenedIterator.opIndexAssign
mir
ndslice
iterator
FlattenedIterator
struct
FlattenedIterator
(Iterator, size_t N, SliceKind kind)
ref return scope
@
fmamath
static if
(
isMutable!(_slice.DeepElement) && !_slice.hasAccessByRef
)
auto ref
opIndexAssign
(
E
)
(
scope
ref
E
elem
,
size_t
index
)
if
(
N
> 1 &&
(
kind
==
Universal
||
kind
==
Canonical
)
)
Meta
Source
See Implementation
mir
ndslice
iterator
FlattenedIterator
aliases
__map
functions
lightConst
lightImmutable
opIndexAssign
variables
_indices
_slice