tabled

Module peaker

Source
Expand description

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

Structs§

  • A Peaker which goes over the biggest column first.
  • A Peaker which goes over the smallest column first.
  • A Peaker which goes over column 1 by 1.

Traits§

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