GridImpl.this

Create a Grid from a list of Dicts, a list of column names, and a meta data Dict

  1. this(T[] val)
  2. this(T[] val, T meta)
  3. this(const(T[]) val, const(T) meta)
  4. this(const(T[]) val, T meta)
  5. this(const(T[]) val, Col[] cols, T meta, string ver)
  6. this(const(T[]) val, string[] colsNames, T meta, string ver)
    struct GridImpl(T)
    this
    (
    const(T[]) val
    ,
    string[] colsNames
    ,
    T meta = T.init
    ,
    string ver = "3.0"
    )
  7. this(typeof(this) other)

Meta