Open kayceesrk opened 1 year ago
It would be useful to implement parallel versions of Stdlib.Array iterators (see https://v2.ocaml.org/api/Array.html#1_Iterators). In particular, implement iter, iteri, map, map_inplace, mapi, mapi_inplace.
iter
iteri
map
map_inplace
mapi
mapi_inplace
Related to
It would be useful to implement parallel versions of Stdlib.Array iterators (see https://v2.ocaml.org/api/Array.html#1_Iterators). In particular, implement
iter
,iteri
,map
,map_inplace
,mapi
,mapi_inplace
.Related to