fold.fold

template fold(alias fun)
@optmath
@optmath
fold
(
Slice
S
)
(
scope Slice slice
,)

Parameters

slice Slice

A slice, range, and array.

seed S

An initial accumulation value.

Return Value

Type: auto

the accumulated result

Meta