package strconv
import "github.com/tdewolff/parse/strconv"
Index ¶
- func AppendFloat(b []byte, f float64, prec int) ([]byte, bool)
- func LenInt(i int64) int
- func ParseFloat(b []byte) (float64, int)
- func ParseInt(b []byte) (int64, int)
Functions ¶
func AppendFloat ¶
func LenInt ¶
func ParseFloat ¶
Float parses a byte-slice and returns the float it represents. If an invalid character is encountered, it will stop there.
func ParseInt ¶
Int parses a byte-slice and returns the integer it represents. If an invalid character is encountered, it will stop there.
Source Files ¶
- Version
- v2.3.2+incompatible
- Published
- Nov 30, 2017
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 11 minutes ago –
Tools for package owners.