This website requires JavaScript.
Explore
Help
Sign In
daniel
/
distribution
Watch
1
Star
0
Fork
You've already forked distribution
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4d2c1ae7f
distribution
/
vendor
/
github.com
/
anacrolix
/
missinggo
/
v2
/
empty-value_go118.go
7 lines
88 B
Go
Raw
Blame
History
package
missinggo
func
IsZeroValue
[
T
comparable
]
(
i
T
)
bool
{
var
z
T
return
i
==
z
}
Reference in New Issue
View Git Blame
Copy Permalink