Skip to content

v1.1.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 15 Nov 03:53
· 22 commits to master since this release
c843b30
Added bidirectional iterator (#2)

The new methods Front() and Back() can be used to bidirectionally  iterate over the elements. If the map is changing while the iteration is in-flight it may produce unexpected behavior.