Paulo Pinto:

Source code is available at GitHub,

https://github.com/maximecb/Higgs

The code seems to miss the usage of contracts, foreach loops on numerical intervals, final switch, toString with sink, text() function, enum for compile-time constants, most const arguments, const on methods.

Generally when you see several projects with the same "utility", it often means it should be in Phobos. So maybe something like this should be in Phobos:
https://github.com/maximecb/Higgs/blob/master/source/util/misc.d

Bye,
bearophile

Reply via email to