Files
test/source
Hans Goudey ddc9dcce86 Cleanup: Remove unnecessary AssetLibraryReferenceWrapper class
This class was used to make `AssetLibraryReference` work as a key
in `Map`. But defining a class for that is unnecessary. Instead it's
simpler to just declare the equals and hash operators separately.
Reducing the number of wrappers and indirections should make
this code slightly easier to understand.
2024-03-07 09:30:22 -05:00
..