operator <= method

bool operator <=(
  1. BucketPriority other
)

Implementation

bool operator <=(BucketPriority other) => comparator(this, other) <= 0;