Files
wolf_dart/packages/wolf_3d_data/lib/src/classes/matrix.dart
2026-03-14 19:34:39 +01:00

2 lines
35 B
Dart

typedef Matrix<T> = List<List<T>>;