Fixing remove runtime

pull/2/head
Oliver Kennedy 2022-09-21 14:08:37 -04:00
parent db67593aa6
commit 926cbce0c6
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 7 additions and 1 deletions

View File

@ -251,7 +251,13 @@ textbook: "Ch. 7"
</section>
<section>
<p>An iterator is a reference to an element of the collection</p>
<p>An iterator is:
<ul>
<li>A reference to an element of the collection</li>
<li>A way to get to the next<sup class="fragment" data-fragment-index=1>1</sup> element of the collection.</li>
</ul>
</p>
<p class="fragment" data-fragment-index=1>1: For some definition of next.</p>
</section>
<section>