Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LLNode<T>

Type parameters

  • T = number

Hierarchy

  • LLNode

Implemented by

Index

Properties

Properties

next

next: null | LLNode<T>

Optional prev

prev?: null | LLNode<T>

value

value: T

Generated using TypeDoc, the 1/4/2022 at 10:37:56 PM