Add zipWithLongIndex
and friends to Traverse
#4245
Labels
enhancement
good first issue
Issues that are easier to take on for first time contributors
low-hanging fruit
Also
mapWithLongIndex
andtraverseWithLongIndexM
. The idea is thatsize
andget
both work in terms ofLong
, so arguably it's incorrect that thewithIndex
methods are in terms ofInt
.The text was updated successfully, but these errors were encountered: