package number

import "github.com/IBM/fp-go/option/number"

Index

Variables

var (
	// Atoi converts a string to an integer
	Atoi = O.Optionize1(atoi)
	// Itoa converts an integer to a string
	Itoa = F.Flow2(strconv.Itoa, O.Of[string])
)

Source Files

number.go

Version
v1.0.151 (latest)
Published
Nov 23, 2024
Platform
linux/amd64
Imports
3 packages
Last checked
5 months ago

Tools for package owners.