Photon Quantum 3.0.0

Quantum.Collections.QEnumDictionary< K, V > Struct Template Reference

A Quantum dictionary-like collection which uses the frame heap. Used in Quantum dictionaries which uses an Enum as the key type.
This collection relies on Frame and on its API for allocating, deallocating and resolving. More...

Detailed Description

A Quantum dictionary-like collection which uses the frame heap. Used in Quantum dictionaries which uses an Enum as the key type.
This collection relies on Frame and on its API for allocating, deallocating and resolving.

Type Constraints
K :unmanaged 
K :Enum 
V :unmanaged