Expand description
Structs§
- Priority
- An abstract factory to construct different
Peaker
methods. - Priority
Left - A Peaker which goes over column 1 by 1, but truncates as much as possible left side.
- Priority
Max - A Peaker which goes over the biggest column first.
- Priority
Min - A Peaker which goes over the smallest column first.
- Priority
None - A Peaker which goes over column 1 by 1.
- Priority
Right - A Peaker which goes over column 1 by 1, from right side, but truncates as much as possible right side.
Traits§
- Peaker
- A strategy of width function. It determines the order how a function is applied.