1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:11:21 -06:00
go/src/pkg/sort
Russ Cox 285298b975 sort: invert meaning of f in Search
Backwards incompatible change, but makes
it easier to reason about non-idiomatic searches:
now f specifies what is sought.

R=gri
CC=golang-dev
https://golang.org/cl/3195042
2010-11-18 11:46:07 -05:00
..
Makefile sort: binary search for sorted slices 2010-11-10 13:19:28 -08:00
search_test.go sort: invert meaning of f in Search 2010-11-18 11:46:07 -05:00
search.go sort: invert meaning of f in Search 2010-11-18 11:46:07 -05:00
sort_test.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
sort.go sort: fix comment typo 2010-02-02 23:01:21 -08:00