Virtuous vectors
This is a minor bugifx release that changes the order of vector iterators in templates to go from 0
to n-1
instead of n
to 1
. This is so that the pattern is the same as mapWithIndex
.
This is a minor bugifx release that changes the order of vector iterators in templates to go from 0
to n-1
instead of n
to 1
. This is so that the pattern is the same as mapWithIndex
.