Searched defs:bytesSort (Results 1 – 1 of 1) sorted by relevance
429 type bytesSort struct { struct430 b [][]byte431 n int // first n bytes to compare434 func (b bytesSort) Len() int {438 func (b bytesSort) Swap(i, j int) {442 func (b bytesSort) Less(i, j int) bool {