package
Version:
v0.13.0
Opens a new window with list of versions in this module.
Published: Apr 30, 2026
License: Apache-2.0
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
¶
ToFloat64 converts various numeric types to float64.
Returns the float64 value and true if successful, 0 and false otherwise.
Values compares two values and returns:
- -1 if a < b
- 0 if a == b
- 1 if a > b
Handles strings, numbers (int, int64, float64, etc.), and booleans.
For incompatible types, compares by type name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.