mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
IndexedRoR.save
mir
combinatorics
IndexedRoR
Forward range primitive. Calls
collection.save
.
struct
IndexedRoR
(Collection, Range)
@
property
static if
(
__traits(hasMember, Collection, "save")
)
typeof
(this)
save
()
(
)
if
(
__traits(
compiles
,
Range.init
[
size_t.init
])
)
Meta
Source
See Implementation
mir
combinatorics
IndexedRoR
aliases
DeepElement
constructors
this
functions
empty
front
lightConst
lightScope
popFront
save
properties
length
shape
Forward range primitive. Calls collection.save.