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