max()
Tracks the greatest numeric value found during accumulation.
This accumulator has no parameters.
{10, 30, 20} | fold(max) → 30
Kind: Accumulator Scope: array Aliases: max
array
max