Swift/Declaration/let: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 November 2022

  • curprev 21:0421:04, 10 November 2022 imported>Fire 407 bytes +407 Created page with "定数を定義するときに使用する。変更しない場合は、varよりもこちらを推奨。 <syntaxhighlight lang="Swift"> let constant name: type = expression </syntaxhighlight> == External Link == [https://www.swiftlangjp.com/language-reference/declarations.html#%E5%AE%9A%E6%95%B0%E5%AE%A3%E8%A8%80constant-declaration The Swift Programming language] let"