ll

package
v0.0.0-...-ff04ff4 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Link[T any](first, second *Double[T])

Types

type Double

type Double[T any] struct {
	Val  T
	Prev *Double[T]
	Next *Double[T]
}

Deprecated. Use lists.DoublyLinked instead.

func Find

func Find[T comparable](some *Double[T], val T) *Double[T]

func (*Double[T]) MoveLeft

func (d *Double[T]) MoveLeft()

func (*Double[T]) MoveRight

func (d *Double[T]) MoveRight()

Jump to

Keyboard shortcuts

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