Dataset.opOpAssign

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

Meta