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