aggr130

Undocumented in source.
immutable
auto aggr130 = q{--- aggr130 // Extract member from small struct (1 offset) struct Point { i32 x; i32 y; } void run(Point* points, Point neighbor) { Point* t = &points[neighbor.y]; // neighbor.y is 1st member t.y = 42; } };

Meta