Allows to call a function with arguments.
Allows to call a function with arguments.
return type
argument type
the function name
the arguments handed over to the given function
the dispatch rules that should be applied
the result of the function call
Allows to call a function with named arguments.
Allows to call a function with named arguments.
return type
the function name
tuple with the the name and argument handed over to the given function
the dispatch rules that should be applied
the result of the function call
Allows to write field accessors.
Allows to write field accessors.
return type
of the field
the dispatch rules that should be applied
the result of the field access
Allows to write field updates.
Allows to write field updates.
of the field
the new value to write
the dispatch rules that should be applied