Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Make it possible to have mutable iterables that are not growable #326

Closed
julienrf opened this issue Dec 22, 2017 · 1 comment
Closed

Make it possible to have mutable iterables that are not growable #326

julienrf opened this issue Dec 22, 2017 · 1 comment

Comments

@julienrf
Copy link
Contributor

Currently mutable.IterableOps extends Growable. This forbids mutable collections that have a fixed size but whose elements can be mutated (e.g. arrays).

@julienrf julienrf added this to the 0.8.0 milestone Dec 22, 2017
@julienrf julienrf modified the milestones: 0.8.0, 0.9.0 Jan 3, 2018
@julienrf
Copy link
Contributor Author

julienrf commented Jan 8, 2018

I think you fixed that one in #278, @szeiger, right?

@julienrf julienrf closed this as completed Jan 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant