Swift membuat array kosong

var value = [Int]()
print(value)
SAMER SAEID