cerrado @ v0.0.9

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