utils

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckSliceContainment

func CheckSliceContainment[T comparable](needles, haystack []T) []T

func MapSlice

func MapSlice[T any, U any](slice []T, f func(T) U) []U

Applies a function to each element of a slice, returning a new slice with the results

func UniqueSliceElements

func UniqueSliceElements[T comparable](inputSlice []T) []T

Removes duplicate elements from a slice

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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