Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 200 Bytes

stdlib-hex.md

File metadata and controls

10 lines (7 loc) · 200 Bytes

Module - "hex"

hex := import("hex")

Functions

  • encode(src): returns the hexadecimal encoding of src.
  • decode(s): returns the bytes represented by the hexadecimal string s.