Artwork

Content provided by Justin Dike. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Justin Dike or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

Sets / Set Collections in Swift (Episode 31)

 
Share
 

Manage episode 155049368 series 1144178
Content provided by Justin Dike. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Justin Dike or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
CartoonSmart Podcast Thumbnail

Sets / Set Collections in Swift (CartoonSmart Video Tutorial Podcast 31)


Watch Fullscreen

This Swift video tutorial we’ll talk about creating Set collection variables. Sets are similar to arrays, but are unordered collections. You can check if a set contains an element using the .contains property. You can add or remove to a Set using .insert and .remove . You iterate through a set collection using a for loop. You can also compare collections using .isSubsetOf , .isSupersetOf , .isDisjointWith .

Hosts: Justin Dike, Clevon O’Doul

Subscribe to this Podcast on iTunes

  continue reading

70 episodes

Artwork
iconShare
 
Manage episode 155049368 series 1144178
Content provided by Justin Dike. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Justin Dike or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
CartoonSmart Podcast Thumbnail

Sets / Set Collections in Swift (CartoonSmart Video Tutorial Podcast 31)


Watch Fullscreen

This Swift video tutorial we’ll talk about creating Set collection variables. Sets are similar to arrays, but are unordered collections. You can check if a set contains an element using the .contains property. You can add or remove to a Set using .insert and .remove . You iterate through a set collection using a for loop. You can also compare collections using .isSubsetOf , .isSupersetOf , .isDisjointWith .

Hosts: Justin Dike, Clevon O’Doul

Subscribe to this Podcast on iTunes

  continue reading

70 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide