mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Expose List.startsWith and List.endsWith
This commit is contained in:
parent
baa9176363
commit
bae99413dd
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ interface List
|
|||
split,
|
||||
splitFirst,
|
||||
splitLast,
|
||||
startsWith,
|
||||
endsWith,
|
||||
all,
|
||||
dropIf,
|
||||
sortAsc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue