Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShiftableStack<T>

A collection that can be shifted.

Type parameters

  • T

Hierarchy

  • ShiftableStack

Index

Properties

Properties

length

length: number

The length of the stack.

shift

shift: function

Shifts an element.

returns

The shifted element.

Type declaration

    • (): T
    • Returns T

Generated using TypeDoc