package pointer func Pointer[T any](value T) *T { return &value }