maybe also add a `not` method that takes a block t...
# strikt
c
maybe also add a
not
method that takes a block then we can write
and().not {}
instead of
not().and {}