package zstrconv
import "zgo.at/zstd/zstrconv"
Package zstrconv implements conversions to and from string representations.
Index ¶
- func MustParseInt[T integer](s string, base int) T
- func ParseInt[T integer](s string, base int) (T, error)
Functions ¶
func MustParseInt ¶
MustParseInt works like ParseInt, but will panic on errors.
func ParseInt ¶
ParseInt parses an integer. The bitSize is infered from the type parameter.
Other than that, works like strconv.ParseInt or strconv.ParseUint.
Source Files ¶
zstrconv.go
- Version
- v0.0.0-20241125224656-49fafbb06ca9 (latest)
- Published
- Nov 25, 2024
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 3 days ago –
Tools for package owners.