createUninitializedObjectType

fun createUninitializedObjectType(variant: ObjectLayoutVariant): AvailObject

Create a mutable object type using the provided ObjectLayoutVariant, but without initializing its fields. The caller is responsible for initializing the fields before use.

Return

The new object type.

Parameters

variant

The ObjectLayoutVariant to instantiate as an object type.