orthogonalReduceField.orthogonalReduceField

Undocumented in source.
  1. OrthogonalReduceField!(Iterator, fun, I) orthogonalReduceField(I initialValue, Slice!Iterator slice)
  2. OrthogonalReduceField!(T*, fun, I) orthogonalReduceField(I initialValue, T[] array)
  3. auto orthogonalReduceField(I initialValue, T withAsSlice)
  4. alias orthogonalReduceField = .orthogonalReduceField!(naryFun!fun)
    template orthogonalReduceField(alias fun)
    @optmath
    static if(!(__traits(isSame, naryFun!fun, fun)))
    alias orthogonalReduceField = .orthogonalReduceField!(naryFun!fun)

Meta