Callback used by TreeSet element-wise utilities.
SELF is intentionally generic to avoid type-layer circular imports. Implementations (e.g. TreeSet<K>) should bind SELF at use sites.
SELF
TreeSet<K>
Callback used by TreeSet element-wise utilities.
SELFis intentionally generic to avoid type-layer circular imports. Implementations (e.g.TreeSet<K>) should bindSELFat use sites.