Dataset.read

Read count data from file starting with offset

  1. auto read()
  2. auto read(hsize_t[] offset, hsize_t[] count)
    struct Dataset(Data, DataSpecType = typeof(DataSpecification!Data.make()))
    const
    read
    (
    hsize_t[] offset
    ,
    hsize_t[] count
    )
    if (
    isInputRange!Data
    )

Meta