some mixin utilities

bearophile bearophileHUGS at lycos.com
Mon Nov 5 09:48:48 PST 2012


Dan:

> https://github.com/patefacio/d-help/blob/master/d-help/opmix/mix.d

> Overcomes this problem:
> writeln( [1: 2] == [1: 2] ); // true
> writeln(S([1: 2]) == S([1: 2])); // false

That will be fixed in the core language.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list