j
k
j a
j l
range | taken(n) | dropped(m) // same elements as 'range | sliced(n, m)'
Sorry, that should have been: range | taken(m) | dropped(n) // same elements as 'range | sliced(n, m)' Regards, Nate
Back to the thread
Back to the list