Subject: | Feature request: test a value does not pass a type constraint |
Your module is great, I'm using it to replace a lot of scaffolding code in my tests. I have a feature request: test that a value *does not* pass the type constraint. Otherwise a type constraint that accepts anything will always pass.
I'd suggest type_isnt() and type_doesnt().
What do you think?
I'd suggest type_isnt() and type_doesnt().
What do you think?