unary

Wraps a D unary operator into a function. Does not do integer promotion.

template unary(char op)
T
unary
(
T
)
()

Members

Functions

unary
T unary(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta