Documentation
    Preparing search index...

    Namespace Arrays

    Contains helpers to work with the JS built-in Array data type.

    Due to historical reasons and backwards compatibility considerations, Arrays in JS lacks API consistency, and some operations might not be intuitive enough. This module may help you to cope with them.

    Unless otherwise noted,

    Type Aliases

    BidirectionalIndex
    NoMatchIndexNominal

    Functions

    defaultArrayComparer
    indexOf
    remove
    removeAt
    removeRange
    sort