cutHex

+ Converts on the first part of the buffer to a Hex string + Used for debugging + + Params: + buf = is a buffer type like a byte array + Returns: + The 16 first hex digits of the buffer

@safe pure
string
cutHex
(
BUF
)
(
BUF buf
)
if (
isBufferType!BUF
)