//go:build go1.20

package mapstructure

import 

// TODO: remove once we drop support for Go <1.20
func isComparable( reflect.Value) bool {
	return .Comparable()
}