aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.25k stars 119 forks source link

Use static_assert where possible in vec<> #174

Closed bartwe closed 2 years ago

bartwe commented 2 years ago

Introduce vec_iterator for easy iteration of vec<> ranges Introduce in_range and within_bounds