JonasMuehlmann / datastructures.go

The missing generic container library for go, featuring an extensive iterator API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check if it is worth it to let iterators go past `Begin()` and `End()`

JonasMuehlmann opened this issue · comments

Disallowing it could make implementations a lot easier

Implemented