mambo ~master (2019-03-10T19:10:20Z)
Home
Dub
Repo
KeyValue
mambo
core
AssociativeArray
Undocumented in source.
struct
KeyValue (
K
V
) {
K
key
;
V
value
;
bool
isEmpty
[@property getter];
bool
any
[@property getter];
}
Alias This
any
Members
Properties
any
bool
any
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool
isEmpty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
key
K
key
;
Undocumented in source.
value
V
value
;
Undocumented in source.
Meta
Source
See Implementation
mambo
core
AssociativeArray
functions
_anyAA
_findAA
_mapAA
equalRange
get
insert
isEmpty
lowerBound
put
remove
size
structs
KeyValue