unique_list

package
v2.10.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UniqueList

type UniqueList interface {
	Append(key string, data interface{})
	Shift() (key string, data interface{})
	UnShift(key string, data interface{})
	Traverse(handler func(key string, data interface{}) bool)
	Filter(filter func(key string, data interface{}) bool)
	Size() int
	Clear()
}

func New

func New() UniqueList

New create a linked list

Jump to

Keyboard shortcuts

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