Documentation
¶
Index ¶
- func Contains(items []int, checkItem int) bool
- func Fif[T any](b bool, ifTrue, ifFalse T) T
- func MaxFloat64(a, b float64) float64
- func MinFloat64(a, b float64) float64
- func Normalize(str string) string
- func ParseCsvToInts(csv string) ([]int, error)
- func RemoveItem(items []int, item int) []int
- func Strvals[T any](items []T) []string
- func Truncate(str string, nChars int) string
- func UniqueInts(items []int) []int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MaxFloat64 ¶
func MinFloat64 ¶
func ParseCsvToInts ¶
func RemoveItem ¶
func UniqueInts ¶ added in v0.8.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.