diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:11:33 +0200 |
| commit | 248b0fe9e155e1a00a04cb7b1fc687601d401d7c (patch) | |
| tree | e9415d31f1da14a1f8453790ce4c130aca06ecfc /core/bytes/bytes.odin | |
| parent | af189b45f37dcb01ba37230f6a04bcf5260b2a48 (diff) | |
More package lines
Diffstat (limited to 'core/bytes/bytes.odin')
| -rw-r--r-- | core/bytes/bytes.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bytes/bytes.odin b/core/bytes/bytes.odin index 859f90318..d4a0804b5 100644 --- a/core/bytes/bytes.odin +++ b/core/bytes/bytes.odin @@ -1,4 +1,4 @@ -// package bytes implements procedures for manipulation of byte slices +// package bytes implements procedures for manipulation of byte slices. package bytes import "base:intrinsics" |