On Sunday, 31 May 2015 at 03:03:22 UTC, Danni Coy wrote:
so is std.xml the exception? How many other parts of the
standard
library are like that?
A few, but not many. Mostly, it's stuff that was done for D1 or
very early D2 which hasn't been removed or replaced yet. std.xml,
std.json, and std.stream are what come to mind. There may be a
few others, but most of the stuff in Phobos is more recent and is
properly maintained. Mostly, it's a question of what hasn't been
added to the standard library yet rather than what needs to be
replaced.
- Jonathan M Davis