filled(with:)
Generates a filled column by replacing missing elements with a value.
Declaration
func filled(with value: Self.WrappedElement) -> FilledColumn<Self>Parameters
- value:
A value the method uses to replace the column’s missing elements.
Return Value
A filled column.