git
cerrado @ e52226c05fb54dfe41c9bc5ebc6ce1b7ded7e1fe
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
}