-(_:_:)
Generates a column by subtracting a value from each element in a column.
Declaration
static func - (lhs: Self, rhs: Self.Element) -> Column<Self.Element> where Self.Element : AdditiveArithmeticParameters
- lhs:
A column type.
- rhs:
A value of the same type as the column.
Return Value
A new column.