pub type CompoundList<'a> = NbtList<Compound<'a>>;
A TAG_List of TAG_Compound.
pub struct CompoundList<'a> { /* private fields */ }