package
standard library
Version:
master (b325151)
Opens a new window with list of versions in this module.
Published: Jul 2, 2025
License: BSD-3-Clause
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 is like Atoi64 but for integers
that fit into an int.
Atoi32 is like Atoi but for integers
that fit into an int32.
Atoi64 parses an int64 from a string s.
The bool result reports whether s is a number
representable by a value of type int64.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.