Behaviour for ordering candidate boxes (analog of BoxPacker's BoxSorter).
Summary
Callbacks
Return a negative int if a sorts before b, positive if after, 0 if equal.
Callbacks
@callback compare(a :: ExBoxPacker.Box.t(), b :: ExBoxPacker.Box.t()) :: integer()
Return a negative int if a sorts before b, positive if after, 0 if equal.