Dataset.add

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

Meta