Struct PoolArray

Copy-on-write array for some Godot types, allocated with a memory pool.

struct PoolArray(T) ;

Methods

NameDescription
empty

Inner structs

NameDescription
Range Slice-like view of the PoolArray

Aliases

NameDescription
InternalType C API type to pass to/from C functions