Trait afarray::ArrayInstancePow [−][src]
pub trait ArrayInstancePow: ArrayInstance {
type Pow: HasAfEnum;
fn pow(&self, other: &Self) -> ArrayExt<Self::Pow>;
}Expand description
Defines an exponentiation method pow.