Skip to content
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

feat(metadata): expose IterMut and ValuesMut #639

Merged
merged 1 commit into from
May 12, 2021

Conversation

davidpdrsn
Copy link
Member

The immutable versions of these (Iter and Values) were already
public, so I guess it makes sense for these to be public as well. This
allows users to name the types in function signatures, struct fields,
etc.

The immutable versions of these (`Iter` and `Values`) were already
public, so I guess it makes sense for these to be public as well. This
allows users to name the types in function signatures, struct fields,
etc.
@davidpdrsn davidpdrsn added C-enhancement Category: New feature or request A-tonic labels May 12, 2021
@davidpdrsn davidpdrsn merged commit b0ec3ea into master May 12, 2021
@davidpdrsn davidpdrsn deleted the david/expose-metadata-iter-types branch May 12, 2021 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tonic C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants