list

package
v0.0.0-...-710d95f Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExistInSlice

func ExistInSlice[T comparable](item T, list []T) bool

ExistInSlice checks whether a comparable element exists in a slice of the same type.

func ExistInSliceWithRegex

func ExistInSliceWithRegex(str string, list []string) bool

ExistInSliceWithRegex checks whether a string exists in a slice either by direct match, or by a regular expression (eg. `^\w+$`).

_Note: Only list items starting with '^' and ending with '$' are treated as regular expressions!_

func NonzeroUniques

func NonzeroUniques[T comparable](list []T) []T

NonzeroUniques returns only the nonzero unique values from a slice.

func SubtractSlice

func SubtractSlice[T comparable](base []T, subtract []T) []T

SubtractSlice returns a new slice with only the "base" elements that don't exist in "subtract".

func ToInterfaceSlice

func ToInterfaceSlice[T any](list []T) []any

ToInterfaceSlice converts a generic slice to slice of interfaces.

func ToUniqueStringSlice

func ToUniqueStringSlice(value any) (result []string)

ToUniqueStringSlice casts `value` to a slice of non-zero unique strings.

Types

This section is empty.

Jump to

Keyboard shortcuts

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