On Tuesday, 14 February 2017 at 22:01:47 UTC, H. S. Teoh wrote:
Thankfully, the docs for std.conv.to have been greatly improved since the last time I had to work with the code -- everything is now consolidated under a single template function std.conv.to, and the implementation details are hidden behind module-private overloads. This is the way it should be.
I'm currently trying to do this again in std.format, this is the first step: https://github.com/dlang/phobos/pull/5130