pub trait ALPArrayExt: ALPArraySlotsExt {
// Provided methods
fn exponents(&self) -> Exponents { ... }
fn patches(&self) -> Option<Patches> { ... }
}pub trait ALPArrayExt: ALPArraySlotsExt {
// Provided methods
fn exponents(&self) -> Exponents { ... }
fn patches(&self) -> Option<Patches> { ... }
}