mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
implement startsWithCodePoint
This commit is contained in:
parent
8df810fe0c
commit
c071cfba13
12 changed files with 105 additions and 17 deletions
|
@ -7,6 +7,7 @@ pub enum LowLevel {
|
|||
StrJoinWith,
|
||||
StrIsEmpty,
|
||||
StrStartsWith,
|
||||
StrStartsWithCodePoint,
|
||||
StrEndsWith,
|
||||
StrSplit,
|
||||
StrCountGraphemes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue