Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoppableStack<T>

A collection that can be popped.

Type parameters

  • T

Hierarchy

  • PoppableStack

Index

Properties

Properties

length

length: number

The length of the stack.

pop

pop: function

Pops an element.

returns

The popped element.

Type declaration

    • (): T
    • Returns T

Generated using TypeDoc