-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
chore(stdlib)!: Group mutable/immutable data structures #1652
Conversation
87e314f
to
ea5ee4b
Compare
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.
I did a very quick skim but I think we need more updates for @since
and @history
attributes. I think most of the other changes are just copy-paste to move stuff around, right?
ea5ee4b
to
5dbb478
Compare
5dbb478
to
a9b6765
Compare
30ac515
to
fa4cd01
Compare
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.
A few changes that I'm going to accept then regen the docs and do any formatting so we can land this.
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.
Thanks!
Groups immutable and mutable versions of the same abstract data types into the same module, with the immutable versions accessible via the
Immutable
submodule.Draft because this is still blocked on #1621 and #1644