mutable Int List Of
Return
a new empty MutableIntList with the default capacity.
Return
a new MutableIntList with element1 as the only item in the list.
Return
a new MutableIntList with 2 elements, element1 and element2, in order.
Return
a new MutableIntList with 3 elements, element1, element2, and element3, in order.
Return
a new MutableIntList with the given elements, in order.