polyadic / funcky

Funcky is a Functional Library for C#
https://polyadic.github.io/funcky
Apache License 2.0
19 stars 3 forks source link

Cartesian product is in the docs, but does not exist anymore #746

Closed Mafii closed 1 year ago

Mafii commented 1 year ago

See https://polyadic.github.io/funcky/book/enumerable-extensions/enumerable-extensions.html#cartesianproduct

Should probably be removed from the docs, or the alternative marked :)

bash commented 1 year ago

Good catch :)

It should be easy to update the docs with an example using SelectMany (the trick is to pass a result selector in addition to the regular selector).