slicesutil

package
v0.46.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2023 License: MIT Imports: 2 Imported by: 17

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dedupe

func Dedupe[S ~[]E, E comparable](s S) S

Dedupe returns a string slice with duplicate values removed. First observance is kept.

func MakeMatrix2D added in v0.44.0

func MakeMatrix2D[E any](n, m int) [][]E

MakeMatrix2D returns a 2-dimensional matrix. Usage as follows `a := Make2D[uint8](dy, dx)`. Sourced from: https://stackoverflow.com/a/71781206/1908967

func Reverse added in v0.45.0

func Reverse[E comparable](s []E)

Reverse reverses the order of a slice. Stack Overflow: https://stackoverflow.com/a/71904070/1908967

func Sub added in v0.45.0

func Sub[S ~[]E, E comparable](s, t S) S

Sub returns a string slice with duplicate values removed. First observance is kept.

func SubRegexpString added in v0.45.0

func SubRegexpString(s []string, r *regexp.Regexp) []string

Sub returns a string slice with duplicate values removed. First observance is kept.

Types

This section is empty.

Jump to

Keyboard shortcuts

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