ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Move iterators out of `lib/util`. #132

Closed ta0kira closed 3 years ago

ta0kira commented 3 years ago

They can go in a new library with containers, which can be added for #76. Or, to avoid namespace clutter from containers when only iterators are needed, maybe in their own module.

ta0kira commented 3 years ago

Actually, since lib/util will be used in most modules, it makes sense to keep the iterators there for now.