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.21.6
Published
Jan 4, 2024
Platform
darwin/amd64
Last checked
57 seconds ago

Tools for package owners.