Type Alias BiReadonlyArray<T>

BiReadonlyArray: readonly (readonly T[])[]

Represents an array of arrays of the given type.

Type Parameters

  • T