isValidId
fn
bool isValidId(hid_t id) @nogc nothrow pure @safeChecks if an HDF5 ID is valid.
Parameters
id | The HDF5 identifier to check |
Returns
true if the ID is valid (>= 0), false otherwise
bool isValidId(hid_t id) @nogc nothrow pure @safeChecks if an HDF5 ID is valid.
id | The HDF5 identifier to check |