mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
builtins: Delete Zig implementation of List.mapWithIndex
This commit is contained in:
parent
a5a85d7d73
commit
40231535fa
4 changed files with 0 additions and 58 deletions
|
@ -354,7 +354,6 @@ pub const LIST_MAP: &str = "roc_builtins.list.map";
|
|||
pub const LIST_MAP2: &str = "roc_builtins.list.map2";
|
||||
pub const LIST_MAP3: &str = "roc_builtins.list.map3";
|
||||
pub const LIST_MAP4: &str = "roc_builtins.list.map4";
|
||||
pub const LIST_MAP_WITH_INDEX: &str = "roc_builtins.list.map_with_index";
|
||||
pub const LIST_APPEND: &str = "roc_builtins.list.append";
|
||||
pub const LIST_PREPEND: &str = "roc_builtins.list.prepend";
|
||||
pub const LIST_SUBLIST: &str = "roc_builtins.list.sublist";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue