Array.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
struct Array(T)
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