https://issues.dlang.org/show_bug.cgi?id=21843

Berni44 <bugzi...@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@bernis-buecher.de

--- Comment #1 from Berni44 <bugzi...@bernis-buecher.de> ---
You can use

writefln!"%(%02X%)"(data);

to get the desired result. (But %X might be useful as a shortcut, so leaving
this open.)

--

Reply via email to