builtins: Delete Zig implementation of List.mapWithIndex

This commit is contained in:
Brian Carroll 2022-07-04 15:14:32 +01:00
parent a5a85d7d73
commit 40231535fa
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
4 changed files with 0 additions and 58 deletions

View file

@ -40,7 +40,6 @@ comptime {
exportListFn(list.listMap2, "map2");
exportListFn(list.listMap3, "map3");
exportListFn(list.listMap4, "map4");
exportListFn(list.listMapWithIndex, "map_with_index");
exportListFn(list.listAppend, "append");
exportListFn(list.listPrepend, "prepend");
exportListFn(list.listWithCapacity, "with_capacity");