package
Version:
v0.16.1
Opens a new window with list of versions in this module.
Published: Aug 29, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 29
Opens a new window with list of known importers.
Documentation
¶
type Slice[T any] interface {
Append(items ...T) int
Len() int
Slice() []T
Store(items ...T)
}
Slice is a concurrent safe types slice
Source Files
¶
Click to show internal directories.
Click to hide internal directories.