Skip to content

Commit

Permalink
Add Collector support to replace the ability to pass in mutable desti…
Browse files Browse the repository at this point in the history
…nation collections for various Collection operations
  • Loading branch information
cpurdy authored and thegridman committed Jul 12, 2023
1 parent 62a11f3 commit 1b4a90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib_ecstasy/src/main/x/ecstasy/collections/ListSet.x
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
class ListSet<Element>
extends MapSet<Element>
implements Replicable {
// TODO CP should be freezable
// ----- constructors --------------------------------------------------------------------------

/**
Expand Down

0 comments on commit 1b4a90c

Please sign in to comment.