new_row Function

public pure function new_row() result(row)

Constructor for a new row, initialises the linked list datastructure and sets the current head and tail pointers to null().

Arguments

None

Return Value type(row_t)


Contents

None