FirstNode (Kernel)

FirstNode(pList)

Returns the first node in the list.

Parameters:pList (k_list) – The list.
Returns:The first node in the list.