The search functionality needs JavaScript enabled
Built with scod
Alias to a type sequence holding all rows
struct Mat { // ... alias RowSeq = Repeat!(rowLength,Row); // ... }