// Flushes all data to disk, closes all open identifiers, and cleans up memory. func close_hdf5() error { return togo_err(C.H5close()) }
// Close flushes all data to disk, closes all open identifiers, and cleans up memory. // It should generally be called before your application exits. func Close() error { return h5err(C.H5close()) }