instanceType

fun instanceType(instance: A_BasicObject): AvailObject

Answer a new instance of this descriptor based on some object whose type it will represent.

Return

An AvailObject representing the type of the argument.

Parameters

instance

The object whose type to represent.