implement startsWithCodePoint

This commit is contained in:
Folkert 2021-05-02 19:26:08 +02:00
parent 8df810fe0c
commit c071cfba13
12 changed files with 105 additions and 17 deletions

View file

@ -7,6 +7,7 @@ pub enum LowLevel {
StrJoinWith,
StrIsEmpty,
StrStartsWith,
StrStartsWithCodePoint,
StrEndsWith,
StrSplit,
StrCountGraphemes,