This release adds the ability to work with the Cartesian Product. There are four new functions:
- expandGrid: General function for producing the product from source vectors.
- expandGridCount: Simply provides the count of the product.
- expandGridSample: Efficiently produce a random sample or generate specific lexicographic results.
- expandGridIter: Flexible iterators that offer next methods as well as random access.