@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module ringArray

    A generator-wrapped view into an array that allows jumping and infinite stepping through its contents, as well as basic array-like functions such as insertion, removal, and viewing at an index

    studioKeywi

    Interfaces

    RingArray

    Wrapper of the base array type in JavaScript to provide cyclic-based interactions

    Functions

    createRing

    Creates a new RingArray from a given array