Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertLargeStringNum ¶
ConvertLargeStringNum is a nifty lil conversion function that parses string ints that would overwhelm int64 mem space, handling e notation and decimals, or lack thereof
ex. "1.234567890123456789012345678901234567890123456789012345678901234567890123456789e+100" -> "123456789012345678901234567890123456789012345678901234567890123456789012345678900000000000
func RemoveDuplicateValues ¶
RemoveDuplicateValues removes duplicate values from a string array
ex. ["a", "b", "c", "a", "b"] -> ["a", "b", "c"]
func Uint8toString ¶
Uint8toString converts a uint8 array to a string array
ex. [91 34 97 34 44 32 34 98 34 44 32 34 99 34 93] -> ["a", "b", "c"]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.