SE-0253: Static callables

This whole proposal is about objects that can act as something else, isn‘t it?
That is a concept which is quite general, and I wonder wether we may want a general solution:
There has been a proposal for objects to act as an Optional (Introducing `Unwrappable`, a biased unwrapping protocol), and I guess many people would be happy about a way to do calculations with implicit conversions (Float acting as Double...).

Afaik, there are no plans to add such forwarding to Swift, but I‘m also not aware of a decision that those capabilities are unsolicited, so imho it‘s an alternative worth to be considered.