instanceTypeOrMetaOn

fun instanceTypeOrMetaOn(instance: A_BasicObject): A_Type

Answer a new object instance of this descriptor based on the single object that will be considered an instance of that type. If a type is specified, all subtypes will also be considered instances of that type.

Return

An AvailObject representing the type whose instance is the object specified in the argument.

Parameters

instance

The object which is to be an instance of the new type.