core :: ListIterator :: delete
# Remove the current item fun delete do _list.remove_node(_node.as(not null)) end