isValidId

fnbool isValidId(hid_t id) @nogc nothrow pure @safe

Checks if an HDF5 ID is valid.

Parameters

idThe HDF5 identifier to check

Returns

true if the ID is valid (>= 0), false otherwise