tuweni / org.apache.tuweni.bytes / Bytes / appendHexTo

appendHexTo

open fun <T : Appendable!> appendHexTo(appendable: T): T (source)

Append this value as a sequence of hexadecimal characters.

Parameters

appendable - T: The appendable

- The appendable type.

Return
T: The appendable.