ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
MapIterator.Element
ocean
util
container
map
model
MapIterator
MapIterator
Undocumented in source.
alias
Element
=
Bucket
!(
cast
(
size_t
)
0
,
K
).
Element
alias
Element
=
Bucket
!(
V
.
sizeof
,
K
).
Element
template
MapIterator
(V, K = hash_t)
static if
(!(
is(V == void)
))
alias
Element
=
Bucket
!(
V
.
sizeof
,
K
).
Element
Meta
Source
See Implementation
ocean
util
container
map
model
MapIterator
MapIterator
aliases
Dg
Dgi
Element
Kref
Vref
functions
iterate
static variables
k_is_static_array
v_is_static_array