mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
List.walk in zig
This commit is contained in:
parent
7aceb8dc70
commit
56427c5fac
7 changed files with 193 additions and 255 deletions
|
@ -8,6 +8,8 @@ const list = @import("list.zig");
|
|||
comptime {
|
||||
exportListFn(list.listMap, "map");
|
||||
exportListFn(list.listKeepIf, "keep_if");
|
||||
exportListFn(list.listWalk, "walk");
|
||||
exportListFn(list.listWalkBackwards, "walk_backwards");
|
||||
}
|
||||
|
||||
// Dict Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue