slices

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2023 License: OSL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clone added in v1.6.6

func Clone[E any](s []E) []E

github.com/golang/go/blob/0df6812/src/slices/slices.go

func Delete added in v1.6.6

func Delete[E any](s []E, del func(E) bool) []E

github.com/golang/go/blob/0df6812/src/slices/slices.go

func Index added in v1.6.1

func Index[E any](s []E, f func(E) bool) int

github.com/golang/go/blob/0df6812/src/slices/slices.go

func Sort added in v1.6.1

func Sort[E any](x []E, less func(a, b E) bool)

godocs.io/sort#Slice

Types

This section is empty.

Jump to

Keyboard shortcuts

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