public ArrayList(tuple as Tuple):
Creates an ArrayList from a tuple.
tuple
import klyn.collections source = (1, 2, 3) copy = ArrayList<Int>(source)