> @available(OS X 10.9, restricted)

Personally, I would prefer something like this, perhaps spelled:

        @available(OS X 10.9, only)

When using shorthand form, you would have to write either `*` or `only` as the 
last element. `*` means "and any other platforms", while `only` means "only the 
listed platforms".

-- 
Brent Royal-Gordon
Architechies

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to