slice

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertFunc

func ConvertFunc[From, To any](slice []From, convertFunc func(elem From) To) []To

ConvertFunc ...

func ConvertFuncWithSkip

func ConvertFuncWithSkip[From, To any](slice []From, convertFunc func(elem From) (To, bool)) []To

ConvertFuncWithSkip ...

func Merge

func Merge[T comparable](s1, s2 []T) []T

Merge two slices into one with deduplication.

Types

This section is empty.

Jump to

Keyboard shortcuts

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