class documentation
class PriorityComparable(Protocol): (source)
Known subclasses: fritter.boundaries.PriorityDiffable
A PriorityComparable is an object that can be compared with another object and evaluated as less than or less-equal to another object for the purposes of a PriorityQueue.