Module peaker

Source
Expand description

The module contains Peaker trait and its implementations to be used in Height and Width.

Structs§

PriorityMax
A Peaker which goes over the biggest column first.
PriorityMin
A Peaker which goes over the smallest column first.
PriorityNone
A Peaker which goes over column 1 by 1.

Traits§

Peaker
A strategy of width function. It determines the order how the function is applied.