ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
324 stars 53 forks source link

Remove lifetime argument from `IterateVariablesContext` #132

Closed ISibboI closed 1 year ago

ISibboI commented 1 year ago

Now that GATs are stable at least for lifetimes, apply them to the IterateVariablesContext to get rid of its lifetime argument.