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.10
Published
Jan 9, 2023
Platform
js/wasm
Last checked
49 seconds ago

Tools for package owners.