diff options
| -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 |
