pub trait ALPArrayOwnedExt { // Required method fn into_parts(self) -> (ArrayRef, Exponents, Option<Patches>); }