void delete()
Delete the current node.
The current position will advance to the next node. This function thus performes the reverse operation of insert() .
insert() , append() , set()