Trait afarray::HasArrayExt[][src]

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

The base value of a product operation.

The base value of a sum operation.

Implementations on Foreign Types

Implementors