bryan-lunt/SNOT_lang

Add const iterators to SNOT_lang/lexyacc/src/param_storage.h

bryan-lunt opened this issue · 0 comments

Currently there are non-const iterators, it might be nice to also have const iteractors.

( cbegin() cend() )