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-20250313035723-1ece53b5d53e (latest)
- Published
- Mar 13, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 1 day ago –
Tools for package owners.