Check whether the first feerate is lower than or equal to the second.
Declared in <util/feefrac.h>
<util/feefrac.h>
bool operator<=( ByRatio const& a, ByRatio const& b) noexcept;
True if a's feerate is not higher than b's.