package itoa

import "internal/itoa"

Index

Functions

func Itoa

func Itoa(val int) string

Itoa converts val to a decimal string.

func Uitoa

func Uitoa(val uint) string

Uitoa converts val to a decimal string.

Source Files

itoa.go

Version
v1.18.0-beta.2
Published
Jan 31, 2022
Platform
windows/amd64
Last checked
4 minutes ago

Tools for package owners.