We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Support BigInteger arithmetic operators in executable-model.
Currently, a constraint like this fails.
Person( bigInteger + 7I >= 0 )
Activity