mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
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
)
)
mir
ndslice
iterator
FlattenedIterator
aliases
__map
functions
lightConst
lightImmutable
opIndexAssign
variables
_indices
_slice