package
Version:
v0.0.0-...-6deb688
Opens a new window with list of versions in this module.
Published: Nov 1, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Queue[T any] struct {
}
func NewQueueWithCapacity[T any](capacity int) *Queue[T]
func (queue *Queue[T]) Enqueue(value T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.