createRepeatedElementTuple

fun createRepeatedElementTuple(size: Int, element: A_BasicObject): A_Tuple

Create a new repeated element tuple according to the parameters.

Return

The new repeated element tuple.

Parameters

size

The number of repetitions of the element.

element

The value to be repeated.