fn popFirst(list: *Self) ?*Node
Remove and return the first node in the list.
Returns: A pointer to the first node in the list.
list: *Self,