init(column:ranges:)
Creates a slice with the contents of a column.
Declaration
init(column: Column<WrappedElement>, ranges: [Range<Int>])Parameters
- column:
A column.
- ranges:
An array of integer ranges.
Creates a slice with the contents of a column.
init(column: Column<WrappedElement>, ranges: [Range<Int>])A column.
An array of integer ranges.