Function polars::series::arithmetic::_struct_arithmetic

source ยท
pub fn _struct_arithmetic<F>(
    s: &Series,
    rhs: &Series,
    func: F
) -> Result<Series, PolarsError>
Available on crate feature dtype-struct only.