Skip to content

Instantly share code, notes, and snippets.

@arturlector
Last active April 16, 2016 15:13
Show Gist options
  • Save arturlector/02575edda45a33c0f68063bd49ced3a9 to your computer and use it in GitHub Desktop.
Save arturlector/02575edda45a33c0f68063bd49ced3a9 to your computer and use it in GitHub Desktop.
Фундаментальные, расширенные типы и типы коллекций?

Фундаментальные, расширенные типы и типы коллекций?

Фундаментальными типами в Swift - называют: Int, Float, Double, Bool.

Расширенные типы: Кортежи (tuples)

Типы коллекций: Array, Dictionary, Set.

Опциональные типы: это типы которые могу работать с отсутствующими значениями.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment