missing Hash for List
- we have one for FixedList, but nothing for UList. This means that trying to use a labelList as a hash key falls back to the default
Hash<T>
which hashes based on its address. I.e. it will not match based on content.
Hash<T>
which hashes based on its address. I.e. it will not match based on content.