package
Version:
v0.0.0-...-1ed8eff
Opens a new window with list of versions in this module.
Published: Oct 13, 2025
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
¶
Atoi converts a string to an integer
If the string cannot be converted, it panics
IsDigit returns true if the string is a digit and false otherwise
IsEmpty returns true if the string is empty and false otherwise
IsInteger returns true if the string is an integer and false otherwise
Itoa converts an integer to a string
RuneToInt converts a rune to an integer
If the rune is not a digit, it panics
StringToBool converts a string to a boolean
If the string cannot be converted, it panics
Source Files
¶
Click to show internal directories.
Click to hide internal directories.