定数を定義するときに使用する。変更しない場合は、varよりもこちらを推奨。
let constant name: type = expression
The Swift Programming language