Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSlice ¶
type CSlice[T any] struct { // contains filtered or unexported fields }
CSlice is a concurrently safe slice for data type T
func (*CSlice[T]) FillTail ¶
func (b *CSlice[T]) FillTail(items []T)
FillTail adds multiple items to the concurrent_slice
func (*CSlice[T]) RemoveLast ¶
func (b *CSlice[T]) RemoveLast() *T
Click to show internal directories.
Click to hide internal directories.