Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Reserves memory such that the array can contain at least Number elements.
| Name | Reserve |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ULANG_FORCEINLINE void Reserve
(
int32_t Number
)
Parameters
| Name | Remarks |
|---|---|
| Number | The number of elements that the array should be able to contain after allocation. |
See Also
- Shrink