haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
GridImpl.this
haystack
tag
GridImpl
Create a
Grid
from a list of
Dict
s, a list of columns, and a meta data
Dict
this
(T[] val)
this
(T[] val, T meta)
this
(const(T[]) val, const(T) meta)
this
(const(T[]) val, T meta)
this
(const(T[]) val, Col[] cols, T meta, string ver)
struct
GridImpl
(T)
this
(
const
(
T
[])
val
,
Col
[]
cols
,
T
meta
=
T.init
,
string
ver
= "3.0"
)
this
(const(T[]) val, string[] colsNames, T meta, string ver)
this
(typeof(this) other)
Meta
Source
See Implementation
haystack
tag
GridImpl
constructors
this
functions
opApply
opIndex
rows
toString
properties
colNames
cols
empty
hasCol
length
meta
missingCol
structs
Col
variables
ver
Create a Grid from a list of Dicts, a list of columns, and a meta data Dict