Makes framework dynamic.
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 ...
FuncKeyPath
Operator for creating functions out of KePath.
Why?
Sometimes I want to use KePath as a function but it’s not possible.
Well, not it is 🤓
How to use…
Just prepend
^before the keypath and you are set 😎