pad-longest ( seq1 seq2 elt -- seq1 seq2 )


Vocabulary
sequences.extras

Inputs
seq1a sequence
seq2a sequence
eltan object


Outputs
seq1a sequence
seq2a sequence


Word description
Perform pad-tail on both sequences, padding with elt to the longest length between the two.

Definition