ex. var strings = { "red", "green", "blue" } //ArrayList
var strings2 : LinkedList<String> = { "red", "green", "blue" }