Versions in this module Expand all Collapse all v1 v1.45.1 Mar 18, 2026 Changes in this version + type Hook struct + func (h *Hook[T]) Next() *T + func (h *Hook[T]) Prev() *T + type Hooked interface + type List struct + func (l *List[T, P]) Back() P + func (l *List[T, P]) Empty() bool + func (l *List[T, P]) Front() P + func (l *List[T, P]) InsertAfter(it, mark P) + func (l *List[T, P]) InsertBefore(it, mark P) + func (l *List[T, P]) MoveToBack(it P) + func (l *List[T, P]) MoveToFront(it P) + func (l *List[T, P]) PushBack(it P) + func (l *List[T, P]) PushFront(it P) + func (l *List[T, P]) Remove(it P)