create Mutable Primitive Object Named
fun createMutablePrimitiveObjectNamed(typeNameString: String): AvailObject
Content copied to clipboard
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
type Name String
The name to give the object being initialized.