Struct PoolArray
Copy-on-write array for some Godot types, allocated with a memory pool.
struct PoolArray(T)
;
Methods
| Name | Description |
|---|---|
empty
|
Inner structs
| Name | Description |
|---|---|
Range
|
Slice-like view of the PoolArray |
Aliases
| Name | Description |
|---|---|
InternalType
|
C API type to pass to/from C functions |