containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
HashMap.opBinaryRight
containers
hashmap
HashMap
Supports
key in aa
syntax.
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
const nothrow
bool
opBinaryRight
(
string
op
)
(
K
key
)
if
(
op
== "in"
)
Meta
Source
See Implementation
containers
hashmap
HashMap
constructors
this
destructors
~this
functions
empty
get
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
postblits
this(this)
Supports key in aa syntax.