4bitlabs Low-Level Bit/Byte Utilities
    Preparing search index...

    Module @4bitlabs/numeric-deque

    A double-ended queue, or deque, is a data-structure that support both stack and queue semantics. This NumericDeque is implemented as fixed-length circular buffer that is backed by a TypedArray for fast, efficient performance.

    NumericDeque
    TypeArrayConstructor