Strategies
- Cartesian — every item in A with every item in B. Three products and four materials make twelve pairs.
- Paired — match by position: A1 with B1, A2 with B2. Both sides need equal counts.

A Combinator pairing two sets before a generator
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pair two sets of inputs using a combination strategy.

A Combinator pairing two sets before a generator
