Matrix.this

Undocumented in source.
  1. this(T initialValue)
    struct Matrix(T, uint Rows, uint Columns)
    this
    if (
    Rows > 0 &&
    Columns > 0
    )
  2. this(T[] initialValues)

Meta