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

Parameters

Name Type Description
Cells Vector < PageTableCell > Table cells

Returns

PageTableRow

Gogram Example

// Creating PageTableRowObj constructor
obj := &tg.PageTableRowObj{
    Cells: &tg.VectorPageTableCell{},
}