Companion
Properties
Access the createExceptOuters method.
Access the createWithOuters1 method.
Access the createWithOuters2 method.
Access the createWithOuters3 method.
Access the createWithOuters4 method.
Access the createWithOuters5 method.
The CheckedMethod for A_Function.code.
The mutable FunctionDescriptor.
Access the A_Function.outerVarAt method.
Access the A_Function.outerVarAtPut method.
Functions
Construct a function with the given code and room for the given number of outer variables. Do not initialize any outer variable slots.
Construct a function with the given code and tuple of copied variables.
Convert a phrase into a zero-argument A_Function.
Create a function that takes arguments of the specified types, then turns around and calls the function invocation method with the given function and the passed arguments assembled into a tuple.
Construct a function with the given code and one outer variable.
Construct a function with the given code and two outer variables.
Construct a function with the given code and three outer variables.
Construct a function with the given code and four outer variables.
Construct a function with the given code and five outer variables.
Construct a bootstrap A_Function that crashes when invoked.