createMutablePrimitiveObjectNamed

fun createMutablePrimitiveObjectNamed(typeNameString: String): AvailObject

Create a partially-initialized primitive type with the given name. The type's parent will be set later, to facilitate arbitrary construction order. Set these fields to nil to ensure pointer safety. We will make all such objects shared after all the linkages have been set up.

Return

The partially initialized type.

Parameters

typeNameString

The name to give the object being initialized.