Color.opUnary

opUnary [-, +, --, ++] x

struct Color
opUnary
(
string op
)
()
if (
op == "-"
)

Meta