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.
Return
The partially initialized type.
Parameters
type Name String
The name to give the object being initialized.