go-ethereum/common/generics/empty.go
2023-09-20 15:57:37 +05:30

5 lines
56 B
Go

package generics
func Empty[T any]() (t T) {
return
}