On Saturday, 8 December 2018 at 03:48:10 UTC, Murilo wrote:
Try passing `ps[]` to the function instead of plain `ps` and see what happens.How do I transform an array into a range?
With the slicing operator, [].
On Saturday, 8 December 2018 at 03:48:10 UTC, Murilo wrote:
Try passing `ps[]` to the function instead of plain `ps` and see what happens.How do I transform an array into a range?
With the slicing operator, [].