return to top
source
Array.range'
Array.range
Array.zipIdx
Replace zipIdx with a starting index n+1 with zipIdx starting from n, followed by a map increasing the indices by one.
zipIdx
n+1
n
map
Replace zipIdx with a starting index with zipIdx starting from 0, followed by a map increasing the indices.
Variant of mem_zipIdx specialized at k = 0.
mem_zipIdx
k = 0