Element - Þ× - All Combinations
Description
All combinations of a list / string, of all lengths, with replacement
Overloads
any-all (non-empty) combinations of a, of all lengths and all orders, with replacement
Examples
⟨1|2|3⟩ Þ×=⟨⟨1⟩|⟨2⟩|⟨3⟩|⟨1|1⟩|⟨1|2⟩|⟨1|3⟩|⟨2|2⟩|⟨2|3⟩|⟨3|3⟩|⟨1|1|1⟩|⟨1|1|2⟩|⟨1|1|3⟩|⟨1|2|2⟩|⟨1|2|3⟩|⟨1|3|3⟩|⟨2|2|2⟩|⟨2|2|3⟩|⟨2|3|3⟩|⟨3|3|3⟩⟩⟨⟩ Þ×=⟨⟩`` Þ×=⟨⟩