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