pub fn array(items: &[&str]) -> FerrayResult<StringArray1>Expand description
Create a 1-D StringArray from a slice of strings — the primary
constructor matching numpy.strings.array(...).
§Errors
This function is infallible for valid inputs but returns Result
for API consistency.