Iterator that gives the current count and element as a pair

Property definitions

functional :: iter_extras $ Iterator :: enumerate
        # Iterator that gives the current count and element as a pair
        fun enumerate: EnumerateIter[E]
        do
                return new EnumerateIter[E](self)
        end
lib/functional/iter_extras.nit:66,9--70,11