nw::ut::ArrayKind Enumerated Typeenum ArrayKind;
| 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. |
Type of array.
CONFIDENTIAL