leftiness / hex_math

MIT License
4 stars 1 forks source link

Maybe extract Predicate trait into a library #81

Closed leftiness closed 7 years ago

leftiness commented 7 years ago

Did someone else already do something like this? Probably. If yes, then maybe I should use that. If no, then well I guess I should definitely publish this thing.

leftiness commented 7 years ago

I see this one after some short search: https://github.com/matthiasbeyer/filters

He prefers to use closures. I don't like that. It's hard to be generic about closures without using a Box.

leftiness commented 7 years ago

Nope. My predicate stuff was noob.