[][src]Type Definition gdnative::core_types::Int32Array

type Int32Array = TypedArray<i32>;

A reference-counted vector of i32 that uses Godot's pool allocator.