Update dependencies
This commit is contained in:
2
vendor/golang.org/x/exp/constraints/constraints.go
generated
vendored
2
vendor/golang.org/x/exp/constraints/constraints.go
generated
vendored
@@ -45,6 +45,8 @@ type Complex interface {
|
||||
// that supports the operators < <= >= >.
|
||||
// If future releases of Go add new ordered types,
|
||||
// this constraint will be modified to include them.
|
||||
//
|
||||
// This type is redundant since Go 1.21 introduced [cmp.Ordered].
|
||||
type Ordered interface {
|
||||
Integer | Float | ~string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user