Expand description
§BSTCaseInsensitiveStringMap
This module defines the BSTCaseInsensitiveStringMap<T> and NiTStringMap<T> structs,
simulating the case-insensitive string map and its base map functionality.
Structs§
- BSTCase
Insensitive String Map - Represents a case-insensitive string map.
- BSTCase
Insensitive String MapVtbl - The virtual function table for
BSTCaseInsensitiveStringMap<T>.
Traits§
- BSTCase
Insensitive String MapTrait - Trait to represent map operations.