Contents

init(_:capacity:)

Creates a column with a column identifier and a capacity.

Declaration

init(_ id: ColumnID<WrappedElement>, capacity: Int)

Parameters

  • id:

    A column identifier.

  • capacity:

    An integer that represents the number of elements the column can initially store.

See Also

Creating a Column