Versions in this module Expand all Collapse all v0 v0.2.0 Sep 9, 2018 v0.1.0 May 23, 2018 Changes in this version + type Sorter struct + func New(ix index.Int, columns []column.Comparable) Sorter + func (s Sorter) Len() int + func (s Sorter) Less(i, j int) bool + func (s Sorter) Sort() + func (s Sorter) Swap(i, j int)