TrolledWoods
TrolledWoods
Should I rename the module to iterator_index too, or just keep it as iter_index?
Are there any more tweaks that I should do?
I could limit the IteratorIndex::Output to be an IntoIterator, which could allow people to write some nice generic code with the get if they wanted to. Another option would be...
Done!
That's a good point. nth isn't consistant with the rest of the things. I think however the better approach is to make ``IteratorIndex for usize`` lazy instead of making everything...
I'm terribly sorry it took so long, I completely forgot about this and it seems github is not very adamant about telling you new messages have appeared. If there's anything...
@Elias-Graf You can already do this with map, with something like `maybe_cookie.as_mut().map(|c| c.size = 3);` (or `|c| { c.size = 3; c }` to get access to the value later),...
I don't know enough about fonts to say too much about this, but my guess is that `advance_height` being non-zero doesn't mean the font is "vertical", it just means that...