package to
import "github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
Package to contains various type-conversion helper functions.
Index ¶
Functions ¶
func Ptr ¶
func Ptr[T any](v T) *T
Ptr returns a pointer to the provided value.
func SliceOfPtrs ¶
func SliceOfPtrs[T any](vv ...T) []*T
SliceOfPtrs returns a slice of *T from the specified values.
Source Files ¶
- Version
- v1.4.0-beta.1
- Published
- Feb 2, 2023
- Platform
- js/wasm
- Last checked
- 10 minutes ago –
Tools for package owners.