Interesting rant about Scala's issues

Araq rumpf_a at web.de
Fri Apr 4 11:52:57 PDT 2014


>> And another:
>>
>>  enum Mask { A=1,B=4 }
>>
>>  Mask m = A | B;   // Error: incompatible operator | for enum

That would be a 'set of enum' in Pascal/Delphi.


More information about the Digitalmars-d-announce mailing list