What Swift language feature to achieve SwiftUI's `$` to return `Binding<Value>`?

Hi. I'm new to Swift language and little knowledge about the history of it. I'm curious which language feature to make it happen, like property wrapper is used to make
@State
works.

Note this is not the question how I use
$
to return bindings.
Was this page helpful?