if I have a `KCallable` instance from a class’s me...
# getting-started
m
if I have a
KCallable
instance from a class’s members, how would I go about using it on an instance of the class? would I pass that instance as the first parameter to
KCallable.call
like how
Method.invoke
works in Java?