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.
Creates a column with a name and a capacity.
init(name: String, capacity: Int)A column name.
An integer that represents the number of elements the column can initially store.