Module expressions

Source
Expand description

Conveniences for creating expressions easily. The idea is to wildcard import this module in a confined scope, such that you get access to all the goodies within, but only for a short while, so that it doesn’t reck the rest of your codebase.

Functions§

and
Creates an and expression
not
Create a not expression
or
Creates an or expression
tag
Creates a tag expression