Skip to main content

IntArray

Type Alias IntArray 

Source
pub type IntArray<'a> = NbtArray<'a, i32>;
Expand description

TAG_Int_Array, represented using NbtArray.

Aliased Typeยง

pub struct IntArray<'a> { /* private fields */ }