Skip to content

Commit

Permalink
Add generic CollectionFreezer implementation based on ListFreezer and…
Browse files Browse the repository at this point in the history
… Duplicable/CopyableCollection
  • Loading branch information
cpurdy authored and thegridman committed Jul 12, 2023
1 parent 1b4a90c commit 13cdfd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib_ecstasy/src/main/x/ecstasy/collections/ListSet.x
Expand Up @@ -5,7 +5,6 @@
class ListSet<Element>
extends MapSet<Element>
implements Replicable {
// TODO CP should be freezable
// ----- constructors --------------------------------------------------------------------------

/**
Expand Down

0 comments on commit 13cdfd3

Please sign in to comment.