lists

package
v0.0.0-...-ef86c35 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2024 License: Apache-2.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 Element

type Element struct {
	Value any
	// contains filtered or unexported fields
}

type List

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

func NewList

func NewList() *List

func (*List) Append

func (l *List) Append(v any) *Element

func (*List) Len

func (l *List) Len() int

func (*List) Prepend

func (l *List) Prepend(v any) *Element

func (*List) ToSlice

func (l *List) ToSlice() []any

Jump to

Keyboard shortcuts

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