Documentation ¶
Overview ¶
Package slice contains utility functions to manage slices.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsString ¶
ContainsString checks if a given slice of strings contains the provided string.
func LongestString ¶ added in v0.8.2
LongestString returns the longest string in a slice of strings.
func RemoveString ¶
RemoveString returns a newly created []string that contains all items from slice that are not equal to s.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.