Skip to content

utils.MiscUtils.Interface.MutableArrayLike

Christian d'Heureuse edited this page Jun 7, 2026 · 2 revisions

dsp-collection / utils/MiscUtils / MutableArrayLike

Interface: MutableArrayLike<T>

Defined in: utils/MiscUtils.ts:17

A generic mutable array-like type.

Type Parameters

T

T

Indexable

[index: number]: T

Properties

length

readonly length: number;

Defined in: utils/MiscUtils.ts:18

Clone this wiki locally