pad End
Pads this sequence at the end to the specified size. New elements are generated using padBlock, which receives the current size as a parameter.
Return
A sequence padded to at least the specified size
Parameters
The target size of the padded sequence
A function that generates padding elements based on the current sequence size
Type Parameters
The type of elements in the sequence
Pads this sequence at the end to the specified size using the given element o.
Return
A sequence padded to at least the specified size
Parameters
The target size of the padded sequence
The element to use for padding
Type Parameters
The type of elements in the sequence
Pads this list at the end to the specified size. New elements are generated using padBlock, which receives the current size as a parameter.
Return
A list padded to at least the specified size
Parameters
The target size of the padded list
A function that generates padding elements based on the current list size
Type Parameters
The type of elements in the list
Pads this list at the end to the specified size using the given element o.
Return
A list padded to at least the specified size
Parameters
The target size of the padded list
The element to use for padding
Type Parameters
The type of elements in the list