mutable Object Of Size
Build a mutable int tuple with room for the specified number of elements.
Return
An int tuple with the specified number of ints (initially zero).
Parameters
size
The number of ints in the resulting tuple.
Build a mutable int tuple with room for the specified number of elements.
An int tuple with the specified number of ints (initially zero).
The number of ints in the resulting tuple.