Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyToBytes ¶
func BytesToAny ¶
Types ¶
type DLinkedNode ¶
type DLinkedNode[T comparable] struct { // contains filtered or unexported fields }
type Heap ¶
type Heap[T any] struct { // contains filtered or unexported fields }
func NewHeap ¶
func NewHeap[T any](compare HeapCompareFunc[T], data []T) *Heap[T]
type HeapCompareFunc ¶
type LRUCache ¶
type LRUCache[T comparable] struct { // contains filtered or unexported fields }
func NewLRUCache ¶
func NewLRUCache[T comparable](capacity int) *LRUCache[T]
Click to show internal directories.
Click to hide internal directories.