mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Rename List.find and findIndex to include 'First'
This commit is contained in:
parent
661376958c
commit
f3b8025d8d
4 changed files with 17 additions and 17 deletions
|
@ -1266,7 +1266,7 @@ define_builtins! {
|
|||
42 LIST_TAKE_FIRST: "takeFirst"
|
||||
43 LIST_TAKE_LAST: "takeLast"
|
||||
44 LIST_FIND: "find"
|
||||
45 LIST_FIND_RESULT: "#find_result" // symbol used in the definition of List.find
|
||||
45 LIST_FIND_RESULT: "#find_result" // symbol used in the definition of List.findFirst
|
||||
46 LIST_SUBLIST: "sublist"
|
||||
47 LIST_INTERSPERSE: "intersperse"
|
||||
48 LIST_INTERSPERSE_CLOS: "#intersperseClos"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue