mirror of
https://github.com/golang/go
synced 2024-11-11 20:20:23 -07:00
dc4993e7c6
The new cmp package provides types and functions related to comparing ordered values. For #59488 Change-Id: I43f4b2e6036f63b87c2152672d2b6fa18235cbeb Reviewed-on: https://go-review.googlesource.com/c/go/+/496356 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Eli Bendersky <eliben@golang.org> Auto-Submit: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@google.com>
4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
pkg cmp, func Compare[$0 Ordered]($0, $0) int #59488
|
|
pkg cmp, func Less[$0 Ordered]($0, $0) bool #59488
|
|
pkg cmp, type Ordered interface {} #59488
|