util

package
v0.0.0-...-0f5f40a Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains[T comparable](collection []T, element T) bool

func Keys

func Keys[K comparable, V any](in ...map[K]V) []K

func Map

func Map[T any, R any](collection []T, iteratee func(item T, index int) R) []R

Types

type Picker

type Picker struct {
	// contains filtered or unexported fields
}

func NewPicker

func NewPicker(choices []string) *Picker

func (*Picker) RandomPick

func (p *Picker) RandomPick() (string, bool)

Jump to

Keyboard shortcuts

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