Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparable ¶
type Comparable interface { Eq(target Comparable) bool Less(target Comparable) bool More(target Comparable) bool }
type ComparableInt ¶
type ComparableInt int
func (ComparableInt) Eq ¶
func (source ComparableInt) Eq(target Comparable) bool
func (ComparableInt) Less ¶
func (source ComparableInt) Less(target Comparable) bool
func (ComparableInt) More ¶
func (source ComparableInt) More(target Comparable) bool
type ComparableInt8 ¶
type ComparableInt8 int8
Click to show internal directories.
Click to hide internal directories.