Documentation
Dlang.org
GyreD (source)
UnsafeHashMap.opBinaryRight
eris
hash_table
UnsafeHashMap
Returns a pointer to a matching KEY in the table, or
null
struct
UnsafeHashMap
(Key, Value)
inout
inout
(
Key
)*
opBinaryRight
(
string
op
: "in"
)
(
auto
ref
const
(
Key
)
key
)
See Also
get
eris
hash_table
UnsafeHashMap
constructors
this
functions
add
byKey
byKeyValue
byValue
clear
dispose
dup
get
opBinaryRight
opEquals
opIndex
opIndexAssign
rehash
remove
require
toHash
update
properties
capacity
length
Returns a pointer to a matching KEY in the table, or null