pub fn capitalize<D: Dimension>(
a: &StringArray<D>,
) -> FerrayResult<StringArray<D>>Expand description
Capitalize each string element (first character uppercase, rest lowercase).
ยงErrors
Returns an error if the internal array construction fails.