mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
feat(bitcode/list): implement listReverse
This commit is contained in:
parent
1459679faf
commit
17b39fa1ce
3 changed files with 27 additions and 0 deletions
|
@ -76,3 +76,4 @@ 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_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