Dataset.read

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto read()
    struct Dataset(Data, DataSpecType = typeof(DataSpecification!Data.make()))
    const
    read
    ()
    if (
    isInputRange!Data
    )
  2. auto read(hsize_t[] offset, hsize_t[] count)

Meta