create Repeated Element Tuple
fun createRepeatedElementTuple(size: Int, element: A_BasicObject): A_Tuple
Content copied to clipboard
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.