cerrado @ f128f0a029430cb5ab4f89733d8297666a6b2fdf

1package u
2
3func Ptr[T any](v T) *T {
4	return &v
5}