Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Swift Fundamentals: Arrays and Sets

Автор: Cocoacasts

Загружено: 2018-01-28

Просмотров: 1170

Описание:

In the previous episode, we explored some of the common types defined by the Swift standard library. Today, we continue that exploration by taking a close look at collection types. The Swift standard library defines three collection types, arrays, sets, and dictionaries. This episode zooms in on arrays and sets.

While each collection type has a unique set of features, the collection types of Swift's standard library also have a few things in common. The values and keys stored by arrays, sets, and dictionaries are strictly typed. In other words, you cannot insert an integer into an array of strings.

This may seem like a major limitation if you're used to working with weakly typed languages. The benefits, however, far outweigh this limitation. You always know what to expect when you're working with a collection in Swift. That's a significant benefit if your goal is creating a robust codebase.

https://cocoacasts.com/patterns

Swift Fundamentals: Arrays and Sets

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

array(10) { [0]=> object(stdClass)#4805 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "d9DqAUmCbE4" ["related_video_title"]=> string(32) "Swift Fundamentals: Dictionaries" ["posted_time"]=> string(19) "7 лет назад" ["channelName"]=> string(10) "Cocoacasts" } [1]=> object(stdClass)#4778 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "_SRaZjPuYOQ" ["related_video_title"]=> string(54) "How to use Arrays and Sets in Swift | Swift Basics #13" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(17) "Swiftful Thinking" } [2]=> object(stdClass)#4803 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "_TvQPMZdwPI" ["related_video_title"]=> string(27) "Swift Basics: Array vs. Set" ["posted_time"]=> string(21) "2 года назад" ["channelName"]=> string(10) "Sean Allen" } [3]=> object(stdClass)#4810 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "qNpVBgP9qu0" ["related_video_title"]=> string(87) "Swift Tutorial: arrays (adding, inserting, removing, count, capacity, array of structs)" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(11) "Swift Goose" } [4]=> object(stdClass)#4789 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "f5vLvG-P73c" ["related_video_title"]=> string(126) "ООП На Простых Примерах | Объектно-Ориентированное Программирование" ["posted_time"]=> string(27) "5 месяцев назад" ["channelName"]=> string(14) "Vlad Mishustin" } [5]=> object(stdClass)#4807 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "I5OmqGPNu-U" ["related_video_title"]=> string(108) "США заявили о победе Украины / Президент резко изменил план" ["posted_time"]=> string(24) "13 часов назад" ["channelName"]=> string(10) "NEXTA Live" } [6]=> object(stdClass)#4802 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "nBCIPkCF7hI" ["related_video_title"]=> string(67) "Паттерн, который должен знать каждый" ["posted_time"]=> string(25) "2 недели назад" ["channelName"]=> string(29) "Полевой Дмитрий" } [7]=> object(stdClass)#4812 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "-6DWwR_R4Xk" ["related_video_title"]=> string(125) "ООП на простых примерах. Объектно-ориентированное программирование" ["posted_time"]=> string(21) "3 года назад" ["channelName"]=> string(7) "Ulbi TV" } [8]=> object(stdClass)#4788 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "jGO6QtWOPJQ" ["related_video_title"]=> string(174) "КАСЬЯНОВ: "Я видел это своими глазами. Это не публиковалось": что показали Путину, чего он боится" ["posted_time"]=> string(24) "12 часов назад" ["channelName"]=> string(24) "И Грянул Грэм" } [9]=> object(stdClass)#4806 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "_KaEC-Mktv4" ["related_video_title"]=> string(41) "Что такое SAGA за 10 минут" ["posted_time"]=> string(20) "21 час назад" ["channelName"]=> string(9) "Listen IT" } }
Swift Fundamentals: Dictionaries

Swift Fundamentals: Dictionaries

How to use Arrays and Sets in Swift | Swift Basics #13

How to use Arrays and Sets in Swift | Swift Basics #13

Swift Basics: Array vs. Set

Swift Basics: Array vs. Set

Swift Tutorial: arrays (adding, inserting, removing, count, capacity, array of structs)

Swift Tutorial: arrays (adding, inserting, removing, count, capacity, array of structs)

ООП На Простых Примерах | Объектно-Ориентированное Программирование

ООП На Простых Примерах | Объектно-Ориентированное Программирование

США заявили о победе Украины / Президент резко изменил план

США заявили о победе Украины / Президент резко изменил план

Паттерн, который должен знать каждый

Паттерн, который должен знать каждый

ООП на простых примерах. Объектно-ориентированное программирование

ООП на простых примерах. Объектно-ориентированное программирование

КАСЬЯНОВ:

КАСЬЯНОВ: "Я видел это своими глазами. Это не публиковалось": что показали Путину, чего он боится

Что такое SAGA за 10 минут

Что такое SAGA за 10 минут

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]