mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 04:25:03 +00:00
builtin(list): add List.countIf
Closes #4174 Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
This commit is contained in:
parent
795bd3ff09
commit
a3e6345257
3 changed files with 100 additions and 0 deletions
|
@ -1377,6 +1377,7 @@ define_builtins! {
|
|||
74 LIST_MAP_TRY: "mapTry"
|
||||
75 LIST_WALK_TRY: "walkTry"
|
||||
76 LIST_WALK_BACKWARDS_UNTIL: "walkBackwardsUntil"
|
||||
77 LIST_COUNT_IF: "countIf"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue