sargon.dumphex
Convert binary data to hex and ASCII. License:Boost License 1.0 Authors:
Walter Bright Source:
src/sargon/dumphex.d
- auto dumpHex(Range)(Range r, ulong startoffset = 0) if (isInputRange!Range && is(ElementType!Range == ubyte));
- Transform ubytes into hex and ASCII.
Parameters:
Returns:Range r input range of ubytes ulong startoffset offset of start of bytes
range of chars with r's contents in hex and ASCII