lookup

fun lookup(interpreter: Interpreter, bundle: A_Bundle, types: Array<AvailObject>): A_Function

Perform the lookup.

Return

The unique function.

Parameters

interpreter
bundle
types

The types for the lookup.

Throws

If the lookup did not resolve to a unique executable function.