Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deque ¶
type Deque[T any] struct { // contains filtered or unexported fields }
func (*Deque[T]) ExtendBack ¶
func (deq *Deque[T]) ExtendBack(slice []T)
func (*Deque[T]) ExtendFront ¶
func (deq *Deque[T]) ExtendFront(slice []T)
type Set ¶
type Set[T comparable] struct { // contains filtered or unexported fields }
func NewSet ¶
func NewSet[T comparable]() *Set[T]
Click to show internal directories.
Click to hide internal directories.