mirror of
https://github.com/samber/lo.git
synced 2025-10-05 07:56:51 +08:00
10 lines
86 B
Go
10 lines
86 B
Go
//go:build go1.21
|
|
|
|
package constraints
|
|
|
|
import (
|
|
"cmp"
|
|
)
|
|
|
|
type Ordered = cmp.Ordered
|