Versions in this module Expand all Collapse all v0 v0.1.8 May 15, 2020 Changes in this version + type SortFuncsStruct struct + LenFunc func() int + LessFunc func(i, j int) bool + SwapFunc func(i, j int) + func (s SortFuncsStruct) Len() int + func (s SortFuncsStruct) Less(i, j int) bool + func (s SortFuncsStruct) Swap(i, j int)