Remove the current item

Property definitions

core $ ListIterator :: delete
	# Remove the current item
	fun delete
	do
		_list.remove_node(_node.as(not null))
	end
lib/core/collection/list.nit:300,2--304,4