I think there are two questions to answer:
- Does the anticipated frequency of use for the Selector Function merit using a symbol over a more semantic, explicit function name?
- Are there any compelling arguments for either the Selector Function or the Property Accessor to use any other particular symbol, or for either to use
$
specifically?
In @lukeapage's comment, he mentions that there are open issues about assigning CSS selectors to variables, which I think is in reference to #1421 & the issues referencing & referenced by it. I think that "assigning CSS selectors to variables" is likely the primary use case for a "parse this as a selector" function.