[swift-evolution] RFC: didset and willset

Brent Royal-Gordon brent at architechies.com
Fri May 20 16:55:10 CDT 2016


> 1. Appear anywhere in the grammar appropriate for their purpose.

Actually, I'll modify this one:

1. Appear anywhere in the grammar appropriate for their purpose, but most commonly in one of the following positions:
	* At the beginning of a statement.
	* Between parts of a keyword-introduced statement.
	* Just before the name in a declaration.
	* In infix operator position.

-- 
Brent Royal-Gordon
Architechies



More information about the swift-evolution mailing list