type go.opentelemetry.io/otel/attribute.Distinct

6 uses

	go.opentelemetry.io/otel/attribute (current package)
		set.go#L39: 	Distinct struct {
		set.go#L54: 	_ = isComparable(Distinct{})
		set.go#L94: func (d Distinct) Valid() bool { return d.hash != 0 }
		set.go#L174: func (l *Set) Equivalent() Distinct {
		set.go#L176: 		return Distinct{hash: emptySet.hash}
		set.go#L178: 	return Distinct{hash: l.hash}