All Vectors with Entries from a Given Array

Something like

Base.Iterators.product(ntuple(_ -> A, Val(N))...)

The function that implements it should use value types if possible.

3 Likes