1ee7425c9d
* stdlib/hex and stdlib/base64 * stdlib/hex and stdlib/base64: added docs
199 B
199 B
Module - "hex"
fmt := import("hex")
Functions
encode(src)
: returns the hexadecimal encoding of src.decode(s)
: returns the bytes represented by the hexadecimal string s.