zip(indices, takestrict(itr, length(indices)))
from Itertools
would be a choice. Actually, I might add zipstrict
to Itertools
.
2 Likes
zip(indices, takestrict(itr, length(indices)))
from Itertools
would be a choice. Actually, I might add zipstrict
to Itertools
.