ISibboI / evalexpr

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

`Some` function to check if tuple contains value #127

Closed nickisyourfan closed 1 year ago

nickisyourfan commented 1 year ago

Issue #126

Provides built in function some to provide support for checking if tuple contains value.

nickisyourfan commented 1 year ago

@ISibboI -- Added tests and updated docs as well. Thanks for your reviews and input!

ISibboI commented 1 year ago

I will fix the remaining minor issues myself. Thank you a lot for your contribution!