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