# Functions
AsFloat64 returns the given value as a float64.
AsFloat64Err returns the given value as a float64, trying to convert it from other number types, string or json.Number.
No description provided by the author
AsInt64 returns the given value as an int.
AsInt64Err returns the given value as an int, trying to convert it from other number types, string or json.Number.
No description provided by the author
AsUInt64 returns the given value as an uint.
AsUInt64Err returns the given value as an uint, trying to convert it from other number types, string or json.Number.
LessInt compares two integer values and returns - true if i1 < i2 - false if i1 > i2 - true or the result of the tie function if i1 == i2
If ascending is false, the sense of the comparison is inverted, effectively returning the result for "more".
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