diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-09 12:26:35 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-09 12:26:35 +0100 |
| commit | 3e8f4e080ce35de3c8adeed08778ed220b8680be (patch) | |
| tree | 2fe61360bf2bf3aa6fd230eda9e3300107c06593 /core/bytes/bytes.odin | |
| parent | 87716da363ac414f203b6029d472d2218d2be684 (diff) | |
Add more doc lines
Diffstat (limited to 'core/bytes/bytes.odin')
| -rw-r--r-- | core/bytes/bytes.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bytes/bytes.odin b/core/bytes/bytes.odin index 6e872e757..859f90318 100644 --- a/core/bytes/bytes.odin +++ b/core/bytes/bytes.odin @@ -1,3 +1,4 @@ +// package bytes implements procedures for manipulation of byte slices package bytes import "base:intrinsics" |