package sliceutil

import "github.com/dotcloud/docker/internal/sliceutil"

Index

Functions

func Dedup

func Dedup[T comparable](slice []T) []T

func Map

func Map[S ~[]In, In, Out any](s S, fn func(In) Out) []Out

func Mapper

func Mapper[In, Out any](fn func(In) Out) func([]In) []Out

Source Files

sliceutil.go

Version
v26.0.0+incompatible
Published
Mar 20, 2024
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.