Documentation ¶ Index ¶ func Ints(s string) []int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Ints ¶ func Ints(s string) []int Ints will search for all sequences of digits optionally prepended by a negative sign (`-`) and return a list of ints. String to int conversion happens through buffered ascii value conversions, this is probably faster and safer than builtins. Types ¶ This section is empty. Source Files ¶ View all Source files strings.go Click to show internal directories. Click to hide internal directories.