diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-09 13:37:22 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-09 13:37:22 +0100 |
| commit | c3d4b1f0b5b0c0fb765b425d19033195ce4588a8 (patch) | |
| tree | dcaaea3ea6b23fbe2720af46d375b549439eaf2e /core/unicode | |
| parent | 857c78c22bf97417b74b60cf08eb24ece546e26c (diff) | |
Add doc line to `core:unicode/utf8/utf8string`
Diffstat (limited to 'core/unicode')
| -rw-r--r-- | core/unicode/utf8/utf8string/string.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/unicode/utf8/utf8string/string.odin b/core/unicode/utf8/utf8string/string.odin index 4b0fe7241..7d067a9bf 100644 --- a/core/unicode/utf8/utf8string/string.odin +++ b/core/unicode/utf8/utf8string/string.odin @@ -1,3 +1,4 @@ +// package utf8string provides a convenient and efficient way to index strings by Unicode code point (rune) rather than byte package utf8string import "core:unicode/utf8" |