5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Swift の Array の基本的な覚え書き

Last updated at Posted at 2014-07-17

SwiftでのArrayDictionaryが、MutableImmutableなのかが話題になっているが、自分なりの覚え書き。

var変数の初期化の方法と配列の追加について その1
スクリーンショット 2014-07-18 0.40.17.png

var変数の初期化の方法と配列の追加について その2

appendが可能であってもMutableと呼ぶのか、Immutableと呼べるのかはわかりませんが、とりあえず var変数であれば、appendできます。

スクリーンショット 2014-07-18 0.40.48.png

let変数の初期化の方法と配列の追加について
スクリーンショット 2014-07-18 0.41.09.png

いくつもの言語に携わっていると、混乱してきます。

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?