Proposal: Make slices behave like array sections in Cilk Plus. #1838
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
https://www.cilkplus.org/tutorial-array-notation
Additionally since Zig allows slices as function parameters we could determine whether to map a function over a slice or to pass the slice as a parameter based on the parameter type (this would require some changes for
var
parameters).The text was updated successfully, but these errors were encountered: