jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
Map.opApply
jive
map
Map
Traverse all entries using foreach. TODO: turn this into ranges
int
opApply
(int delegate(ref Key) dg)
struct
Map
(Key, V)
int
opApply
(
int
delegate
(
ref
Key
)
dg
)
int
opApply
(int delegate(ref Key, ref V) dg)
Meta
Source
See Implementation
jive
map
Map
functions
empty
length
opApply
opIn_r
opIndex
remove
Traverse all entries using foreach. TODO: turn this into ranges