MutableArray<T>: {
    -readonly [k in keyof T]: T[k]
}

Type Parameters

  • T extends readonly any[]

Generated using TypeDoc