haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
GridImpl.Col
haystack
tag
GridImpl
The column descriptor
struct
GridImpl
(T)
static
struct
Col {
string
dis
;
T
meta
;
this
(string name, T meta);
}
Constructors
this
this
(string name, T meta)
Undocumented in source.
Members
Variables
dis
string
dis
;
Undocumented in source.
meta
T
meta
;
Undocumented in source.
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
The column descriptor