collections

package
v0.20.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

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

func ListContains(haystack []string, needle string) bool

ListContains returns true if the given list of strings (haystack) contains the given string (needle).

func ListIntersection added in v0.13.16

func ListIntersection(list1 []string, list2 []string) []string

ListIntersection returns all the items in both list1 and list2. Note that this will dedup the items so that the output is more predictable. Otherwise, the end list depends on which list was used as the base.

func ListSubtract

func ListSubtract(list1 []string, list2 []string) []string

ListSubtract removes all the items in list2 from list1.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL