Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatUint ¶
FormatUint serializes a uint64. It's borrowed from the standard library's strconv package, but with the signed cases removed and only formats in base 10. If the return value is being converted to a string using strconv directly might be faster.
func Length ¶
Length finds the number of digits in a uint64. For example, 12 returns 2, 100 returns 3, and 1776 returns 4. The minimum width is 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.