Math-Parser

Meta via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun May 4 20:10:58 PDT 2014


You could replace all those `op=='+'||op=='-'? ...` with
`op.among!('+', '-')? ...`.


More information about the Digitalmars-d-learn mailing list