top | item 32225257

(no title)

donarb | 3 years ago

Const variables are traditionally initialized at compiled time. In Swift, let may be initialized at runtime and then becomes immutable.

discuss

order

tekknik|3 years ago

that’s just a choice by the language designer. nothing prohibits initialization at runtime.