mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
FlattenedIterator.opIndexAssign
mir
ndslice
iterator
FlattenedIterator
struct
FlattenedIterator
(Iterator, size_t N, SliceKind kind)
ref scope return
@
optmath
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
opBinary
opCmp
opEquals
opIndex
opIndexAssign
opOpAssign
opUnary
variables
_indices
_slice