cucumber-d ~master (2022-04-09T15:34:25.2419282)
Dub
Repo
DataTable
gherkin
datatable
struct
DataTable {
TableRow
[]
rows
;
Location
location
;
bool
empty
[@property getter];
void
replace
(string from, string to);
this
(DataTable rhs);
this
(DataTable rhs);
this
(TableRow[] rows, Location location);
}
Constructors
this
this
(DataTable rhs)
this
this
(DataTable rhs)
this
this
(TableRow[] rows, Location location)
Members
Functions
replace
void
replace
(string from, string to)
Properties
empty
bool
empty
[@property getter]
Variables
location
Location
location
;
rows
TableRow
[]
rows
;
Meta
Source
See Implementation
gherkin
datatable
structs
Cell
DataTable
TableRow