objectFromTuple

fun objectFromTuple(tuple: A_Tuple): AvailObject

Construct an object from the specified tuple of field assignments.

Return

The new object.

Parameters

tuple

A tuple of 2-tuples whose first element is an atom and whose second element is an arbitrary value.