mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
list single in zig
This commit is contained in:
parent
7b885f2e7c
commit
586727f74a
5 changed files with 44 additions and 21 deletions
|
@ -75,6 +75,7 @@ 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";
|
||||
pub const LIST_SINGLE: &str = "roc_builtins.list.single";
|
||||
pub const LIST_JOIN: &str = "roc_builtins.list.join";
|
||||
pub const LIST_RANGE: &str = "roc_builtins.list.range";
|
||||
pub const LIST_REVERSE: &str = "roc_builtins.list.reverse";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue