Microsoft.Toolkit.HighPerformance.Helpers Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
BitHelper |
Helpers to perform bit operations on numeric types. |
ObjectMarshal |
Helpers for working with Object instances. |
ParallelHelper |
Helpers to work with parallel code in a highly optimized manner. |
Structs
HashCode<T> |
Combines the hash code of sequences of |
Interfaces
IAction |
A contract for actions being executed with an input index. |
IAction2D |
A contract for actions being executed with two input indices. |
IInAction<T> |
A contract for actions being executed on items of a specific type, with readonly access. |
IRefAction<T> |
A contract for actions being executed on items of a specific type, with side effect. |