func printAll(things: T...) { // "things" is a [T] for i in things { print(i) } }