Is there a way to insert a value for a given key at the start of the value array so it will be returned first when using TryGetFirstValue? Struct NativeMultiHashMap<TKey, TValue> | Collections | 1.1.0
That type is documented as being unordered. Consider something like a hash map with lists for values instead.
Alrighty thx Spy-Master