mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
SmallTable.opApply
mecca
containers
tables
SmallTable
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(K, ref V) dg)
int
opApply
(int delegate(K, ref const V) dg)
struct
SmallTable
(K, V, ushort capacity_)
const
static if
(
!is(V == void)
)
int
opApply
(
scope
int
delegate
(
K
,
ref
const
V
)
dg
)
int
opApply
(int delegate(K k) dg)
Meta
Source
See Implementation
mecca
containers
tables
SmallTable
functions
add
extend
getOrCreate
opApply
opBinary
opBinaryRight
opEquals
opIndex
opIndexAssign
opIndexUnary
pop
remove
removeAll
manifest constants
capacity
properties
array
byKey
byValue
empty
full
length