Mojang / DataFixerUpper

A set of utilities designed for incremental building, merging and optimization of data transformations.
MIT License
1.19k stars 138 forks source link

Add UniqueListCodec #53

Closed Cyborgmas closed 2 years ago

Cyborgmas commented 4 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.