Join Slack
Powered by
i can contrive uses which follow the same pattern:...
# language-proposals
j
jw
01/07/2016, 7:29 PM
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
Open in Slack
Previous
Next