# Structs
AndExpr returns && expression.
ContainsExpr constructs function expression used in rules specifications that checks if one value contains the other, e.g.
EqualsExpr constructs function expression used in rules specifications that checks if one value is equal to another e.g.
NotExpr constructs function expression used in rules specifications that negates the result of the boolean predicate e.g.
OrExpr returns || expression.
# Interfaces
Expr is an expression builder, used to create expressions in rules definitions.
# Type aliases
IdentifierExpr is identifier expression.
StringExpr is a string expression.
StringsExpr is a slice of strings.