mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
write List.append in zig
This commit is contained in:
parent
050958d053
commit
9873eb358b
4 changed files with 53 additions and 50 deletions
|
@ -71,3 +71,4 @@ pub const LIST_WALK: &str = "roc_builtins.list.walk";
|
|||
pub const LIST_WALK_BACKWARDS: &str = "roc_builtins.list.walk_backwards";
|
||||
pub const LIST_CONTAINS: &str = "roc_builtins.list.contains";
|
||||
pub const LIST_REPEAT: &str = "roc_builtins.list.repeat";
|
||||
pub const LIST_APPEND: &str = "roc_builtins.list.append";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue