Layer 220
constructor
pageTableRow#e0c0c5e5 cells:Vector<PageTableCell> = PageTableRow;

Parameters

Name Type Description
Cells Vector<PageTableCell> Table cells

Returns

PageTableRow

Gogram Example

// Creating PageTableRow constructor
obj := &tg.PageTableRow{
    Cells: []tg.PageTableCell{&tg.PageTableCell{}},
}