Given uint i = 12345;
should writeln(-i)be an error? or maybe i should be automatically cast to a larger signed type?
Dave Jones via Digitalmars-d Mon, 29 Jan 2018 02:01:14 -0800
Given uint i = 12345;
should writeln(-i)be an error? or maybe i should be automatically cast to a larger signed type?