Left Shift operator (<<)

Left shift operator allows to add elements to collections

list<int> a = [1, 2, 3]

a << 2