Dataset.remove

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto remove(hsize_t idx)
    struct Dataset(Data, DataSpecType = typeof(DataSpecification!Data.make()))
    remove
    (
    hsize_t idx
    )
    if (
    isInputRange!Data
    )
  2. auto remove(IndexRange index_range)

Meta