Dataset.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto add(ElementType!Data element)
    struct Dataset(Data, DataSpecType = typeof(DataSpecification!Data.make()))
    add
    (
    ElementType!Data element
    )
    if (
    isInputRange!Data
    )
  2. auto add(Range range)

Meta