Skip to content

Commit

Permalink
adding a comment to the code sample regarding iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored May 29, 2018
1 parent 999092d commit 361768d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func main() {
if rb1.Equals(newrb) {
fmt.Println("I wrote the content to a byte stream and read it back.")
}
// you can iterate over bitmaps using ReverseIterator(), Iterator, ManyIterator()
}
```

Expand Down

0 comments on commit 361768d

Please sign in to comment.