-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add group layer support #146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me!
Unfortunately it will conflict a lot with #135, but that'll be between you and @alexdevteam. :-)
I'd really appreciate if this gets delayed until #135, otherwise it's going to be 10x more pain to merge it... |
@alexdevteam Okie smokie. It can wait. |
#135 has been merged now; You are free to reimplement the changes now (and I am really sorry about all the changes and modularization) |
@@ -114,18 +114,18 @@ impl Map { | |||
} | |||
|
|||
/// An iterator that iterates over all the layers in a map, obtained via [`Map::layers`]. | |||
pub struct LayerIter<'map> { | |||
pub struct MapLayerIter<'map> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed name to disambiguate from new GroupLayerIter
Hah, no need to apologize. |
No description provided.