ixfx
    Preparing search index...

    Function enqueue

    • Adds to the back of the queue (last array index) Last item of toAdd will potentially be the new end of the queue (depending on capacity limit and overflow policy)

      Type Parameters

      • V

        Type of values

      Parameters

      Returns readonly V[]