Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var ( // Atoi converts a string to an integer Atoi = O.Optionize1(atoi) // Itoa converts an integer to a string Itoa = F.Flow2(strconv.Itoa, O.Of[string]) ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files number.go Click to show internal directories. Click to hide internal directories.