From fb4e4cef1382a5e37d99ccb8e97fe1d2a8cd7e93 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 7 Apr 2025 01:03:07 -0400 Subject: Add placeholder docs for bytes --- docs/bytes.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/bytes.md b/docs/bytes.md index 9453fac3..7cbf7b0c 100644 --- a/docs/bytes.md +++ b/docs/bytes.md @@ -9,4 +9,24 @@ the `Byte()` constructor: `Byte(5)`. # Byte Methods -None. +- [`func hex(byte: Byte, uppercase=no, prefix=yes -> Text)`](#hex) +- [`func parse(text: Text -> Byte?)`](#parse) +- [`func to(first: Byte, last: Byte, step: Int8? = none -> Text)`](#to) + +--------- + +## `hex` + +TODO: write docs + +--------- + +## `parse` + +TODO: write docs + +--------- + +## `to` + +TODO: write docs -- cgit v1.2.3