cerrado @ v0.0.2

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