The original proposal: https://github.com/DougGregor/swift-evolution/blob/property-delegates/proposals/NNNN-property-delegates.md
- A user can create custom property delegates that allow a
var
declaration to decide how to implement the storage. - The original proposal want to use a new identifier space, prefixed by
$
, to uniquely identify a property delegate from the computed and non-prefixed main property.