create Immutable
inline fun createImmutable(indexedSlotCount: Int = 0, init: AvailObject.() -> Unit): AvailObject
Content copied to clipboard
Create a new object whose descriptor is the receiver, and which has the specified number of indexed (variable) slots.
Return
The new uninitialized object.
Parameters
indexed Slot Count
The number of variable slots to include.