haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
GridImpl.this
haystack
tag
GridImpl
Create a
Grid
from a list of
Dict
and a meta data
Dict
this
(T[] val)
this
(T[] val, T meta)
struct
GridImpl
(T)
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)
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 Dict and a meta data Dict