Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChunkStrings ¶
Chunk slice of strings, returning a slice of slices of strings, each one a maximum of length `size`
func ContainsString ¶
Return true if the given slice contains the given string
func EqualChunkStrings ¶
Chunk slice of strings, returning a slice of slices of strings, each one of length `size`. If slice does not divide cleanly into size chunks, the last chunk is filled with elements of empty strings to make it so
func IdenticalStrings ¶
Return true if the given slices are identical in length and contents
func StringIndex ¶
Return index of matching string in slice; otherwise return -1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.