Dataset.remove

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

Meta