Vector.opUnary - multiple declarations

Function Vector.opUnary

-Vector!(T,size)

Vector!(T,size) opUnary(string s)() const
if (s == "-");

Function Vector.opUnary

+Vector!(T,size)

Vector!(T,size) opUnary(string s)() const
if (s == "+");