dry-comparisons icon indicating copy to clipboard operation
dry-comparisons copied to clipboard

Support comparisons between types

Open fgallegosalido opened this issue 6 years ago • 0 comments

It would be really nice to have the ability to do something like this:

if (all_of{a, b, c} < any_of{100, 200}) {//...}

Obviusly, the same for the rest of the options the library provides. I don't reallty know how difficult it would be to implement it, but I find it a really nice feature.

fgallegosalido avatar Jan 05 '20 20:01 fgallegosalido