return to top
source
Vector.range'
Vector.range
Vector.zipIdx
Replace zipIdx with a starting index m+1 with zipIdx starting from m, followed by a map increasing the indices by one.
zipIdx
m+1
m
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