Skip to content

utils.MiscUtils.Interface.MutableArrayLike

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

dsp-collection / utils/MiscUtils / MutableArrayLike

Interface: MutableArrayLike<T>

A generic mutable array-like type.

Type Parameters

T

T

Indexable

[index: number]: T

Properties

length

readonly length: number;

Clone this wiki locally