On Wednesday, 30 October 2019 at 13:44:52 UTC, berni44 wrote: > In PR 7222 [1] Robert Schadek suggested replacing the call to > snprinf in std.format with an own method written in D. I suggested it because formatImpl!float is not pure which makes for instance std.json not pure among a few other.