mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
List.walk in zig
This commit is contained in:
parent
7aceb8dc70
commit
56427c5fac
7 changed files with 193 additions and 255 deletions
|
@ -61,3 +61,5 @@ pub const SET_FROM_LIST: &str = "roc_builtins.dict.set_from_list";
|
|||
|
||||
pub const LIST_MAP: &str = "roc_builtins.list.map";
|
||||
pub const LIST_KEEP_IF: &str = "roc_builtins.list.keep_if";
|
||||
pub const LIST_WALK: &str = "roc_builtins.list.walk";
|
||||
pub const LIST_WALK_BACKWARDS: &str = "roc_builtins.list.walk_backwards";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue