list

package
v0.0.0-...-5069028 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type List

type List struct {
	// contains filtered or unexported fields
}

func (*List) Head

func (l *List) Head() *Node

func (*List) Insert

func (l *List) Insert(node *Node, value interface{}) *Node

func (*List) Remove

func (l *List) Remove(node *Node)

func (*List) Tail

func (l *List) Tail() *Node

type Node

type Node struct {
	// contains filtered or unexported fields
}

func (*Node) Next

func (n *Node) Next() *Node

func (*Node) Previous

func (n *Node) Previous() *Node

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL