Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparator ¶
type Comparator interface {
	//this>other --> descending order
	//this<other --> ascending order
	Comparator(Comparator) bool
}
     Click to show internal directories. 
   Click to hide internal directories.