#[no_mangle]
pub unsafe extern "C" fn pineappl_grid_bin_dimensions(
    grid: *const Grid
) -> usize
Expand description

Returns the number of dimensions of the bins this grid has.

§Safety

If grid does not point to a valid Grid object, for example when grid is the null pointer, this function is not safe to call.