init(instanceCount:instanceCapacity:)
Creates a low-level instance data object with an instance count and capacity.
Declaration
init(instanceCount: Int, instanceCapacity: Int) throwsParameters
- instanceCount:
The number of instances this low-level instance data.
- instanceCapacity:
The maximum number of instances this low-level instance data can hold.