pub fn str_len<D: Dimension>(a: &StringArray<D>) -> FerrayResult<Array<i64, D>>Expand description
Return the length of each string element. Matches
numpy.strings.str_len (#518).
pub fn str_len<D: Dimension>(a: &StringArray<D>) -> FerrayResult<Array<i64, D>>Return the length of each string element. Matches
numpy.strings.str_len (#518).