Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Comparable ¶
type Comparable interface {
// Return <0, 0, or >0 if the receiver is less than, equal to, or greater than the parameter
Compare(Comparable) int
}
Click to show internal directories.
Click to hide internal directories.