Arrays, Dictionaries and Sets in Swift

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • In this video we are going to learn how we can work with Arrays, Dictionaries and Sets
    Follow us on Social media and stay tuned for more updates.
    / devscorch
    / devscorch
    / devscorch
    And join us on Discord if you want to join our new Community and talk with other followers and developers.
    / discord
    For more videos and written tutorials check out my website :)
    devscorch.com
    Check out my new 15 days of Swift Guide for absolute beginners:
    devscorch.com/...

Komentáře • 4

  • @Yannemal
    @Yannemal Před 2 lety

    nice video.. i like hearing about examples of what companies may use it for.

    • @Exodai-Academy
      @Exodai-Academy  Před 2 lety +1

      You mean Sets?
      Well a Set is specifically useful for specific data. So for example cars. If you have a app that is all about cars you could use set instead of array because you know that the data is a collection of cars.
      Never really saw companies work with it tho but it can be a easier way because sets also support operations. I have a video planned on sets that is releasing Friday.

    • @Yannemal
      @Yannemal Před 2 lety +1

      @@Exodai-Academy yes ! also, I think sets an help weed out duplicates from an array. will check back in this weekend

    • @Exodai-Academy
      @Exodai-Academy  Před 2 lety +2

      Yes totally true. I will talk about that Friday. Im finally back from my 2 month trip so im recording almost every day now. Have some cool stuff coming up.