Type Definition gdnative_core::core_types::int32_array::Int32Array[][src]

type Int32Array = TypedArray<i32>;

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

Trait Implementations

impl Export for Int32Array[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.