Function LinkedList.LinkedListHead.getHeadSucc
Get the successor of the 'head node'
auto getHeadSucc();
Returns
Ptr to the successor of the 'head node', possibly the tail node
Get the successor of the 'head node'
auto getHeadSucc();
Ptr to the successor of the 'head node', possibly the tail node