slice

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2025 License: Apache-2.0 Imports: 1 Imported by: 29

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Slice

type Slice[T any] interface {
	Append(items ...T) int
	Len() int
	Slice() []T
	Store(items ...T)
}

Slice is a concurrent safe types slice

func New

func New[T any]() Slice[T]

func String

func String() Slice[string]

Jump to

Keyboard shortcuts

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