PreviousUpNext

13.2.29  list_cross_product

The standard library list_cross_product package maps functions over the cross product of two lists, which is to say, over all combinations of one element from the first list and one from the second.

The list_cross_product package implements the List_Cross_Product API.

The list_cross_product package source code is in src/lib/src/list-cross-product.pkg.

The above information is manually maintained and may contain errors.

List_Cross_Product

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext