www.digitalmars.com Sargon Component Library for D




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:
Range r input range of ubytes
ulong startoffset offset of start of bytes

Returns:
range of chars with r's contents in hex and ASCII