Documentation ¶
Overview ¶
Package collections allows to interact with lists of things.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListContains ¶
ListContains returns true if the given list of strings (haystack) contains the given string (needle).
func ListSubtract ¶
ListSubtract removes all the items in list2 from list1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.