binary

Wraps a D binary operator into a function.

template binary(string op)
binary
(
A
B
)
(
auto ref A a
,
auto ref B b
)

Members

Functions

binary
auto binary(A a, B b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta