Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2022 Changes in this version + type ExampleList struct + func NewExampleList() *ExampleList + func (l *ExampleList) Back() *NodeExampleList + func (l *ExampleList) Free() + func (l *ExampleList) Front() *NodeExampleList + func (l *ExampleList) Init() *ExampleList + func (l *ExampleList) PushBack(value Item) *NodeExampleList + func (l *ExampleList) PushFront(value Item) *NodeExampleList + func (l *ExampleList) Remove(n *NodeExampleList) + func (l *ExampleList) Values() []Item + type Item struct + type NodeExampleList struct + Value Item + func NewNodeExampleList(value Item) *NodeExampleList + func (n *NodeExampleList) Free() + func (n *NodeExampleList) Next() *NodeExampleList