NativeMultiHashMap maps a key against multiple values. Its remove method removes a key (and therefore every value associated). Is there a mechanism to just remove a single value associated with a key?
Is there any documentation for this class anywhere? I did a lot of Googling but all my ECS/Unity searches seem to go back to the same few introductory articles which aren’t about NativeMultiHashMap )
Cheers!
Peter