Open sonmarcho opened 1 month ago
Or rename iter_indexed to enumerate (enumerate seems to be a more standard name for such method).
iter_indexed
enumerate
I like "iter_enumerated", that's what https://doc.rust-lang.org/nightly/nightly-rustc/rustc_index/struct.IndexVec.html uses
Sounds good
Or rename
iter_indexed
toenumerate
(enumerate
seems to be a more standard name for such method).