nw::ut::ArrayKind Enumerated Type

Syntax

enum ArrayKind;

Value

Value Description
ARRAY_WRAPPER Indicates an array type that can only be wrapped and whose size cannot be changed.
ARRAY_VARIABILITY Indicates an array type whose size can be changed by allocating memory from the heap.
ARRAY_FIXED Indicates an array type for which memory cannot be allocated from the heap and whose size cannot be changed.

Description

Type of array.


CONFIDENTIAL