Hello all,I'm currently messing around in the internals of std.complex (cf. discussion on main mailing list:-). In Complex.toString there is a deprecation message asking the user to "use std.format.format()".
However, so far as I can tell both via docs and browsing std/format.d there _is_ no std.format.format() -- there's only std.string.format().
So, what gives? :-) Thanks & best wishes, -- Joe