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