Operator for creating functions out of KePath.
Sometimes I want to use KePath as a function but it's not possible.
Well, not it is 🤓
Just prepend ^
before the keypath and you are set 😎
...
.map( ^\URL.sheme ) // now keypath is a function
...