Hashtable.opBinary

Undocumented in source.
struct Hashtable(K, V)
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