makeColumn(capacity:)
Creates a type-erased column.
Declaration
func makeColumn(capacity: Int) -> AnyColumnParameters
- capacity:
The capacity of the new column.
Creates a type-erased column.
func makeColumn(capacity: Int) -> AnyColumnThe capacity of the new column.