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.No child items are currently assigned. Use child items to break down this issue into smaller parts.
mentioned in commit 10029b20fcbec0b84e5ff66b8c54c43be39356b1
closed