i can contrive uses which follow the same pattern:...
# language-proposals
j
i can contrive uses which follow the same pattern: construct, set fields, expose. like setting up dependency cycles
Copy code
a = A();
b = B(a);
a.b = b;
return a to b