assumingType(_:)
Returns a slice of the underlying typed column.
Declaration
func assumingType<T>(_ type: T.Type) -> DiscontiguousColumnSlice<T>Parameters
- type:
The type of the slice’s underlying parent column.
Return Value
A typed column slice.
Discussion
When using this method, you must provide the correct underlying type.