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

type ByteArray = TypedArray<u8>;

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