internal/to/ptr.go (
4
lines of code) (
raw
):
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. package to func Ptr[E any](e E) *E { return &e }