git
login
cerrado @ ef05f233903fe896ff60c8a8759deac6cc0e7366
about
summary
refs
log
tree
root/
pkg/
u/
util.go
1
package
u
2
3
func
Ptr[T
any
](v T)
*
T {
4
return
&
v
5
}