Swift/Declaration/import: Revision history

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 08:1708:17, 10 November 2022 imported>Fire 382 bytes +382 Created page with "<code>import module名</code>で、moduleを読み込める。 <code>import kind module.symbolename</code> (<code>kind=typealias | struct | class | enum | protocol | let | var | func</code>) といった指定方法や <code>import module.submodule</code>といった呼び出し方もでき、関数名とかが長くなるのを防げる。 import"