Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

MutableCollection & ListExtended ABC #123

Closed
mlenzen opened this issue Jan 10, 2020 · 0 comments
Closed

MutableCollection & ListExtended ABC #123

mlenzen opened this issue Jan 10, 2020 · 0 comments

Comments

@mlenzen
Copy link
Owner

mlenzen commented Jan 10, 2020

Create a MutableCollection abstract base class. All MutableCollections would implement:

  • pop
  • add
  • discard
  • remove
  • clear

All mutable collections already implement these methods except for list, so we'd have to create our own ListExtended that did.

@mlenzen mlenzen added the idea label Jan 10, 2020
Repository owner locked and limited conversation to collaborators Jul 15, 2022
@mlenzen mlenzen converted this issue into discussion #188 Jul 15, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant