[][src]Type Definition gdnative_core::core_types::byte_array::ByteArray

type ByteArray = TypedArray<u8>;

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

Trait Implementations

impl Export for ByteArray[src]

type Hint = ()

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