Here's some of the things I've noticed in particular:
* std.algorithm is not split up * std.algorithm.comparison.predSwitch is missing* The version of enforce that takes an exception as a template argument is missing (ex. `enforce!MyException(condition, "message")`)