pub fn startswith<D: Dimension>(
a: &StringArray<D>,
prefix: &str,
) -> FerrayResult<Array<bool, D>>Expand description
Test whether each string element starts with the given prefix.
Returns an Array<bool, D> preserving the input shape.
ยงErrors
Returns an error if the internal array construction fails.