Versions in this module Expand all Collapse all v2 v2.0.4 Mar 14, 2022 v2.0.3 Jan 20, 2022 v2.0.2 Jan 20, 2022 Changes in this version + type Node struct + Value T + func New() *Node[T] + func (node *Node[T]) InitLinks() *Node[T] + func (node *Node[T]) IsLinked() bool + func (node *Node[T]) LinkNext(other *Node[T]) + func (node *Node[T]) LinkPrev(other *Node[T]) + func (node *Node[T]) Next() *Node[T] + func (node *Node[T]) Prev() *Node[T] + func (node *Node[T]) Unlink() Other modules containing this package github.com/johan-bolmsjo/gods github.com/johan-bolmsjo/gods/v3