dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
ValueRange
dstruct
map
This is a range which runs through a series of values in a map.
struct
ValueRange (
K
V
) {
inout
(
typeof
(
this
))
save
();
bool
empty
[@property getter];
inout
(
V
)
front
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
save
inout
(
typeof
(
this
))
save
()
Properties
empty
bool
empty
[@property getter]
front
inout
(
V
)
front
[@property getter]
Meta
Source
See Implementation
dstruct
map
functions
dup
items
keys
setDefault
values
structs
HashMap
Item
ItemRange
KeyRange
ValueRange
templates
HashMapKeyType
HashMapValueType
This is a range which runs through a series of values in a map.