Dee Girl <deegirl at noreply.com> wrote: > If you have two arrays and want to map over them you do: > > arr1 ~ arr2 /map/ &atoi; > > But with map you do: > > map!(atoi)(arr1, arr2); That's one of the reasons we want better tuples. (arr1, arr2) /map/ &atoi; -- Simen