Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SliceQueue ¶
type SliceQueue[T any] struct { // contains filtered or unexported fields }
func NewSliceQueue ¶
func NewSliceQueue[T any](capacity int) *SliceQueue[T]
func (*SliceQueue[T]) Clear ¶
func (s *SliceQueue[T]) Clear() error
func (*SliceQueue[T]) IsEmpty ¶
func (s *SliceQueue[T]) IsEmpty() bool
func (*SliceQueue[T]) IsFull ¶
func (s *SliceQueue[T]) IsFull() bool
func (*SliceQueue[T]) Size ¶
func (s *SliceQueue[T]) Size() int
Click to show internal directories.
Click to hide internal directories.