Dataset.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(Range range, Args args)
  2. auto write(ElementType!Data[] data)
  3. auto write(ElementType!Data[] data, const(hsize_t)[] offset)
    struct Dataset(Data, DataSpecType = typeof(DataSpecification!Data.make()))
    write
    (
    ElementType!Data[] data
    ,
    const(hsize_t)[] offset
    )
    if (
    isInputRange!Data
    )

Meta