struct View {
MatterHash code; // Logic for processing the relation
MatterHash data; // Metadata about the relation
Info rule; // Relation rule
Info adjs0; // Adjacency slot 0
Info adjs1; // Adjacency slot 1
Info adjs2; // Adjacency slot 2
Info adjs3; // Adjacency slot 3
Info indices; // Adjacency indices
}