mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
5 lines
56 B
Go
5 lines
56 B
Go
package generics
|
|
|
|
func Empty[T any]() (t T) {
|
|
return
|
|
}
|