pub fn lower<D: Dimension>(a: &StringArray<D>) -> FerrumResult<StringArray<D>>Expand description
Convert each string element to lowercase.
ยงErrors
Returns an error if the internal array construction fails.
pub fn lower<D: Dimension>(a: &StringArray<D>) -> FerrumResult<StringArray<D>>Convert each string element to lowercase.
Returns an error if the internal array construction fails.