mcy / best

The Best Library: a C++ STL replacement
Apache License 2.0
158 stars 1 forks source link

Add iterators #14

Closed mcy closed 2 months ago

mcy commented 2 months ago

This adds something like Rust's Iterator trait but in a way that is suitable for C++ use. We have:

Removed best::rune::iter, since it was a stopgap solution until we got here.