newCrashFunction

fun newCrashFunction(messageString: String, paramTypes: A_Tuple): A_Function

Construct a bootstrap A_Function that crashes when invoked.

Return

The requested crash function.

Parameters

messageString

The message string to prepend to the list of arguments, indicating the basic nature of the failure.

paramTypes

The tuple of parameter types.

See also