iOS
iOS copied to clipboard
`static var` to `static let`
Summary
static letplays nicely with modern Swift concurrency (async/await)static letmakes it impossible to mutate the values - causing undefined behavior in some cases