distribution/vendor/github.com/anacrolix/generics/zero-value.go

6 lines
63 B
Go

package generics
func ZeroValue[T any]() (zero T) {
return
}