package
Version:
v0.0.0-...-9391566
Opens a new window with list of versions in this module.
Published: Feb 9, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ConvertPtrToPtr[V any, P any](ptr *V, cnv func(ptr *V) *P) *P
func ConvertValueToPtr[V any, P any](ptr *V, cnv func(v V) *P) *P
func ToPtr[V any](v V) *V
func ToValue[V any](p *V) V
Source Files
¶
Click to show internal directories.
Click to hide internal directories.