dumpHex

Transform ubytes into hex and ASCII.

dumpHex
(
Range
)
(
Range r
,
ulong startoffset = 0
)
if (
isInputRange!Range &&
is(ElementType!Range == ubyte)
)

Parameters

r Range

input range of ubytes

startoffset ulong

offset of start of bytes

Return Value

Type: auto

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

Meta