Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OrderedName is the name of the named type above, exposed here so that // generators can safely refer to it without it breaking OrderedName = "Ordered" // PkgName is the package to which this definition belongs, again exposed // here for the benefit of generators PkgName = "myitcv.io/sorter" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ordered ¶
type Ordered bool
Ordered is a named type used to help identify order functions. See sortGen for more details
Click to show internal directories.
Click to hide internal directories.