//
pkg.gl
Category
github.com/csrwng/origin
pkg
util
rankedset
package
4.1.0+incompatible
Repository:
https://github.com/csrwng/origin.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
0
Files
124 SLOC
#
Functions
New
No description provided by the author
#
Structs
RankedSet
RankedSet stores Items based on Key (uniqueness) and Rank (sorting).
#
Interfaces
Item
Item represents a single object in a RankedSet.
#
Type aliases
StringItem
StringItem implements Item using a string.