Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • Stack

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _items

_items: SinglyLinkedList<T>

Methods

empty

  • empty(): boolean

length

  • length(): number

peek

  • peek(): T

stack

  • stack(item: T): void

toArray

  • toArray(): T[]

unstack

  • unstack(): T

Generated using TypeDoc