expose countUtf8Bytes

This commit is contained in:
Folkert 2022-07-04 13:59:19 +02:00
parent a9ba08d8cb
commit f7b8094dfb
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -9,6 +9,7 @@ interface Str
split,
repeat,
countGraphemes,
countUtf8Bytes,
startsWithScalar,
toUtf8,
fromUtf8,