pkg/skoop/utils/pointer.go (4 lines of code) (raw):

package utils func ToPointer[T any](v T) *T { return &v }