Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.08 KB

modules.md

File metadata and controls

47 lines (28 loc) · 1.08 KB

danmatrix / Exports

danmatrix

Table of contents

Modules

Classes

Interfaces

Type Aliases

Type Aliases

DanMatrixConstructorType

Ƭ DanMatrixConstructorType<T>: RowsColsFilledWithValType<T> | T[][]

DanMatrixConstructorType

It is the DanMatrix constructor type. It can be:

  • an object of type RowsColsFilledWithValType
  • an Array of Array of values of type T

Type parameters

Name Description
T the type of the values which will be stored in the matrix

Defined in

src/commons.ts:41