ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IItemsIterator.opApply
ocean
util
container
pool
model
IAggregatePool
IAggregatePool
IItemsIterator
'foreach' iteration over items[start .. end], with index (0-based)
int
opApply
(int delegate(ref T item) dg)
int
opApply
(int delegate(ref size_t i, ref T item) dg)
class
IItemsIterator
int
opApply
(
scope
int
delegate
(
ref
size_t
i
,
ref
T
item
)
dg
)
Meta
Source
See Implementation
ocean
util
container
pool
model
IAggregatePool
IAggregatePool
IItemsIterator
constructors
this
functions
opApply
variables
iteration_items
'foreach' iteration over items[start .. end], with index (0-based)