Module macros

Module macros 

Source
Expand description

Macros for reducing boilerplate in N-ary constraint implementations.

The impl_get_matches_nary! macro generates get_matches() implementations for self-join constraints with identical structure but varying arity.

Macrosยง

impl_get_matches_nary
Generates get_matches() implementation for N-ary self-join constraints.