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
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
linux/amd64
Last checked
46 minutes ago

Tools for package owners.