Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail Gjevori committed Mar 20, 2022
1 parent 58d5236 commit c56b23e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ func main() {
// len=5, cap=8, indexed=str1, sliced=[str3 str4]
```

The most noticable method of `Vec` is `Iter` (or `ReverseIter`) which returns a lazy iterator over the
elements of the slice. Check below.

---

`collection.Iterator[T]` is a lazy iterator over a list of values of type `T`.
Expand Down

0 comments on commit c56b23e

Please sign in to comment.