ixfx
    Preparing search index...

    Namespace Stacks

    Stacks store items in order, like a stack of plates.

    Interfaces

    IStack
    IStackImmutable
    IStackMutable

    Type Aliases

    StackDiscardPolicy
    StackOpts

    Functions

    immutable
    isEmpty
    isFull
    mutable
    peek
    pop
    push
    trimStack