1namespace Swift.Tests; 2 3table Vectors 4{ 5 none:[ulong]; 6 empty:[ulong]; 7 array:[ulong]; 8} 9 10root_type Vectors;
View as plain text