Documentation
¶
Overview ¶
Package convert provides utility functions for safe type conversions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SafeConvertUint64ToUint32 ¶
SafeConvertUint64ToUint32 safely converts a uint64 to uint32. If the value exceeds the maximum uint32 value, it returns 0.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.