# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AtoiLang provides language parsing to handle thousands separators.
No description provided by the author
No description provided by the author
AtoiOrDefault is like Atoi but takes a default value which it returns in the event of a parse error.
No description provided by the author
Btoa returns "true" or "false" according to the value of b.
No description provided by the author
ChangeToFunnelPct converts a 1.0 == 100% based `float64` to a Funnel percentage `float64`.
ChangeToXoXPct converts a 1.0 == 100% based `float64` to a XoX percentage `float64`.
Commify takes an int64 and adds comma for every thousand.
No description provided by the author
No description provided by the author
No description provided by the author
FormatFloat64ToAnyString is used for XoX growth.
FormatFloat64ToAnyStringFunnel is used for funnels.
No description provided by the author
No description provided by the author
No description provided by the author
Int64Abbreviation returns integer abbreviations.
Int64Len returns the length of an Int64 number.
Itoa is like `strconv.Itoa()` with the additional functionality of converting `uint64` and accepting integer types natively via `constraints.Integer`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SliceAtoi converts a slice of string integers.
No description provided by the author
No description provided by the author
SliceItoa converts a slice of `constraints.Integer` to a slice of `string`.
SliceItoaMore converts a slice of `constraints.Integer` to a slice of `string` with additional functionality to dedupe and sort.
No description provided by the author
UnquoteMore wraps `strconv.Unquote()` with additional functionality of allowing more chracters within single quotes.`.
UnquoteMoreOrNot wraps `UnquoteMore()`.
# Type aliases
Float64ToString is a function type to define functions.
Int64ToString is a function type to define functions.