Closed Cyborgmas closed 2 years ago
A small QOL thing would be to have a Codec<Set<A>> implementation, when unique values are desired. It would be nice to be able to do .uniqueListOf() on any codec.
Codec<Set<A>>
A small QOL thing would be to have a
Codec<Set<A>>
implementation, when unique values are desired. It would be nice to be able to do .uniqueListOf() on any codec.