Dataset
struct Dataset (
	Data
	DataSpecType = typeof(DataSpecification!Data.make()) ) 
if (
isInputRange!Data
) {
enum rank;
}
 
A destructor is present on this object, but not explicitly documented in the source.
- currShape
auto  currShape()
 Return current shape, that can change during programm running.
- maxShape
auto  maxShape()
 Return maximal shape, that doesn't change during program running.
- read
auto  read(hsize_t[] offset, hsize_t[] count)
 Read count data from file starting with offset