strings
A cloned data column of strings.
Declaration
var strings: MLDataColumn<String>? { get }Return Value
A new data column if the underlying type of the column is String; otherwise nil.
Discussion
This property is functionally equivalent to passing String.self to column(type:). Typically you ensure type is equal to MLDataValue.ValueType.string before getting this property.