package
Version:
v1.223.10
Opens a new window with list of versions in this module.
Published: Nov 16, 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
¶
IntToUint converts an int to a uint, handling negative values
func IntToUintPtr(value *int) *uint
UintToInt converts a uint to an int, handling potential overflow
func UintToIntPtr(value *uint) *int
func Val[T any](v *T, def T) T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.