[Pitch] Property delegate composability, backing storage, and $

What about my proposal to use underscores to make type variables explicit? To repeat our conversation from SE-0258, instead of @A @B var x = y, one would write: var x : A<B<_>> = y and sidestep the unordered nature of attributes (and not "burn through" the attribute namespace). Here is a link to our earlier conversation: