Element - ÞḞ - Fill to make rectangular
Description
Fill a 2-D list to make it rectangular
Overloads
lst-any-fill a with b to make it rectangularany-lst-fill b with a to make it rectangular
Examples
⟨⟨1|2|3⟩|⟨4|5⟩|⟨6⟩⟩ 0 ÞḞ=⟨⟨1|2|3⟩|⟨4|5|0⟩|⟨6|0|0⟩⟩⟨⟨⟩|⟨⟩|⟨⟩⟩ 0 ÞḞ=⟨⟨⟩|⟨⟩|⟨⟩⟩