struct in Unity.Collections.LowLevel.Unsafe
A bucket of key-value pairs. Used as the internal storage for hash maps.
Exposed publicly only for advanced use cases.
| Property | Description |
|---|---|
| bucketCapacityMask | One less than the bucket capacity. |
| buckets | The first bucket in the chain. |
| keys | The buffer of keys. |
| next | The next bucket in the chain. |
| values | The buffer of values. |