Project

General

Profile

Design #1787

Updated by Anna Maria Bigatti 2 months ago

Two (unrelated) matters regarding iterators in CoCoALib:
# if we make them compatible with STL iterators then we can use the "new" @for@ syntax (e.g. for (auto f:L) )
# what happens if someone tries to advance beyond the end? (error or not error or maybe error?)

Back