Trait afarray::HasArrayExt
source · [−]pub trait HasArrayExt where
Self: HasAfEnum, {
fn one() -> <Self as HasAfEnum>::ProductOutType;
fn zero() -> <Self as HasAfEnum>::AggregateOutType;
}Expand description
Convenience methods defining the base value of a reduce operation on an ArrayExt.
Required methods
fn one() -> <Self as HasAfEnum>::ProductOutType
fn one() -> <Self as HasAfEnum>::ProductOutType
The base value of a product operation.
fn zero() -> <Self as HasAfEnum>::AggregateOutType
fn zero() -> <Self as HasAfEnum>::AggregateOutType
The base value of a sum operation.