slices

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2022 License: MIT Imports: 0 Imported by: 25

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(slice []string, value string) bool

Contains returns a boolean based on whether a value is contained in the given slice.

func Last

func Last(arr []string) string

Last returns the last string in a string slice while avoiding panics from a nil slice.

func ReverseArray

func ReverseArray(arr []string) (reversed []string)

ReverseArray returns the given array in reversed order.

Types

This section is empty.

Jump to

Keyboard shortcuts

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