pamola-net / Pamola

GNU General Public License v3.0
0 stars 0 forks source link

Defined a cached iterator #1

Closed JohniMichels closed 3 years ago

JohniMichels commented 3 years ago

This ensures that a IEnumerable is called only once. It'll be useful when each item on a transient system will require a full system solve, the cached IEnumerable will call the generator when needed only once and store the returned values in a list for further calls

JeanLColombo commented 3 years ago

Ok. Let's merge it.