Dataset.currShape

Return current shape, that can change during programm running.

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

Meta