core :: CachedIterator :: next_item
Returns null if there is no next item.
	# Get the next item if any.
	# Returns null if there is no next item.
	fun next_item: nullable E is abstract
					lib/core/collection/abstract_collection.nit:317,2--319,38