Add lightweight iterators for tuple, list and sequence
Slightly reduces binary size (range for loops over tuple/list benefit a lot). The iterators are compatible with std algorithms.
parent
1fac1b9f
Please register or sign in to comment
Slightly reduces binary size (range for loops over tuple/list benefit a lot). The iterators are compatible with std algorithms.