collections ~use_rciallocator (2022-02-01T01:24:12.5168002)
Dub
Repo
Hashtable.opBinary
stdx
collections
hashtable
Hashtable
Undocumented in source.
struct
Hashtable
(K, V)
ref
auto ref
opBinary
(
string
op
U
)
(
auto
ref
U
rhs
)
if
(
op
== "~" &&
(
is
(
U
==
typeof
(this)) ||
is
(
U
:
T
)
||
(
isInputRange
!
U
&&
isImplicitlyConvertible
!(
ElementType
!
U
,
T
)
)
)
)
Meta
Source
See Implementation
stdx
collections
hashtable
Hashtable
constructors
this
functions
clear
empty
front
get
getAllocator
insert
keyValuePairs
keys
length
opAssign
opBinary
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
popFront
rehash
remove
setAllocator
size
values
mixin templates
setSharedAllocator