collections ~master (2022-05-06T22:22:30.7373307)
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
insert
keyValuePairs
keys
length
opAssign
opBinary
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
popFront
rehash
remove
size
values