-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
In this comment @dherman you mentioned that to share registries between loaders you could simply copy over the entries. I agree that this is a good natural way to share. However to do that you would need to be able to iterate over the entries. What do you think about having the Loader implement @@iterator
so that this can be done?