Contents

init(instanceCount:instanceCapacity:)

Creates a low-level instance data object with an instance count and capacity.

Declaration

init(instanceCount: Int, instanceCapacity: Int) throws

Parameters

  • instanceCount:

    The number of instances this low-level instance data.

  • instanceCapacity:

    The maximum number of instances this low-level instance data can hold.