For instance like `operator fun T.=>(other: U) ...
# language-proposals
d
For instance like
operator fun T.=>(other: U) = Pair(this, other)