mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24: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
|
@ -20,6 +20,7 @@ comptime {
|
|||
exportListFn(list.listRepeat, "repeat");
|
||||
exportListFn(list.listAppend, "append");
|
||||
exportListFn(list.listRange, "range");
|
||||
exportListFn(list.listReverse, "reverse");
|
||||
}
|
||||
|
||||
// Dict Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue