H5Sselect_shape_same
fn
htri_t H5Sselect_shape_same(hid_t space1_id, hid_t space2_id) extern(C) @nogc nothrowDetermines whether two selections have the same shape.
Parameters
space1_id | First dataspace identifier |
space2_id | Second dataspace identifier |
Returns
Positive if same shape, zero if not, negative on failure.