Contents

init(name:capacity:)

Creates a column with a name and a capacity.

Declaration

init(name: String, capacity: Int)

Parameters

  • name:

    A column name.

  • capacity:

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

See Also

Creating a Column