Expand description
§hkArray
This module defines the hkArray
struct, a dynamic array-like structure that
mimics the behavior of a C++ container with methods for array manipulation,
including dynamic resizing, accessors, and iterators.
Structs§
- hkArray
- A dynamic array container C++’s
hkArray
, backed by a custom allocator. - hkArray
Base - Represents a base class for a dynamic array of type
T
. - hkArray
Drain - Iterator returned by
hkArray::drain()
- hkArray
Iter Mut - hkArray
Iterator - hkArray
RefIterator