Add doc line to core:unicode/utf8/utf8string

This commit is contained in:
gingerBill
2025-10-09 13:37:22 +01:00
parent 857c78c22b
commit c3d4b1f0b5
+1
View File
@@ -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"