Swift class init

Swift
struct Fahrenheit {
  var temperature = 32.0
}
Source

Also in Swift: