Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayEqual ¶
ArrayEqual tells whether a and b contain the same elements at the same index. A nil argument is equivalent to an empty slice.
func ArrayEqualElements ¶
ArrayEqualElements tells whether a and b contain the same elements. Elements does not need to be in same index A nil argument is equivalent to an empty slice.
func ContainsString ¶
ContainsString return if a string is contained in the slice
func ToLowerCase ¶
ToLowerCase Convert all strings in a list to lower case
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.