blob: 14250a4add1a74232557883a46a3bc39fd2f754c [file] [log] [blame]
@0xafffc9c1f309bc00;
struct Matrix(Value) {
struct Entry {
value @0 :Value;
}
dims @0 :List(Int64);
data @1 :List(Entry);
}