Dual.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
struct Dual(T)
@safe pure nothrow @nogc const
opUnary
(
string op
)
()
if (
op == "+" ||
op == "-"
)
if (
isFloatingPoint!T
)

Meta