@twinfinity/core
    Preparing search index...

    Type Alias MutableArrayLike<T>

    MutableArrayLike: ArrayLike<number> & { [index: number]: T }

    Represents a object that looks like an array and where it is possible to change the individual elements.

    Type Parameters

    • T