Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeParallelHashMapExtensions

Provides extension methods for hash maps.
Read time 1 minuteLast updated 12 days ago

Definition

public static class NativeParallelHashMapExtensions

Static Methods

Method

Description

GetUniqueKeyArrayReturns an array populated with the unique keys from this multi hash map.
GetUnsafeBucketDataReturns a "bucket" view of this hash map.
RemoveRemoves all occurrences of a particular key-value pair.
UniqueRemoves duplicate values from this sorted array and returns the number of values remaining.