inochi2d ~main (2026-08-20T13:21:03.36605)
Dub
Repo
RcOrderedDictionary.opApply
inp
format
dict
RcOrderedDictionary
Dict-iterator
int
opApply
(int delegate(size_t i, ref TKey key, ref TValue value) dg)
int
opApply
(int delegate(ref TKey key, ref TValue value) dg)
struct
RcOrderedDictionary
(TKey, TValue)
@
nogc
int
opApply
(
scope
int
delegate
(
ref
TKey
key
,
ref
TValue
value
)
dg
)
int
opApply
(int delegate(ref TValue value) dg)
Meta
Source
See Implementation
inp
format
dict
RcOrderedDictionary
constructors
this
destructors
~this
functions
opApply
opAssign
opBinaryRight
opIndex
opIndexAssign
remove
properties
length
static functions
make
Dict-iterator