Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntsLength ¶
IntsLength determines the number of digits in a list of base 10 integers, accounting for separators between each integer.
func WriteInteger ¶
WriteInteger writes a base 10 integer to a buffer at a given index.
NB: based on fmt.Printf handling of integers, specifically base 10 case.
func WriteIntegers ¶
WriteIntegers writes a slice of base 10 integer to a buffer at a given index, separating each value with the given separator, returning the index at which the write ends.
NB: Ensure that there is sufficient space in the buffer to hold values and separators.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.