Why there is parantheses after this computed property?
let timeIntervalFormatter : DateComponentsFormatter = {
let formatter = DateComponentsFormatter()
formatter.uniqueStyle = .spellOut
return formatter
}()this piece of code from a book I use to learn swift from, but there was no expelenation regarding the paratheses?