Pudu programming language
Menu
API reference

Std.Hex.byteToHex

1 declaration

fn

byteToHex: UInt8 -> Bool -> (UInt8, UInt8)

This is a callable function.

What it does

Splits a byte into two ASCII hex character bytes (high nibble, low nibble).

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.HexSearch related declarations