diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-07 01:03:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-07 01:03:07 -0400 |
| commit | fb4e4cef1382a5e37d99ccb8e97fe1d2a8cd7e93 (patch) | |
| tree | 6a440fdbae120798465d0b124b3d95c66390eaf7 /docs/bytes.md | |
| parent | ef23faa3e6e003282e53fc08031ec4eb9a2e2aae (diff) | |
Add placeholder docs for bytes
Diffstat (limited to 'docs/bytes.md')
| -rw-r--r-- | docs/bytes.md | 22 |
1 files changed, 21 insertions, 1 deletions
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 |
