Skip to content

Instantly share code, notes, and snippets.

@byJeevan
Last active July 14, 2026 13:04
Show Gist options
  • Select an option

  • Save byJeevan/0cb87148d5adc054775c7a61d630289b to your computer and use it in GitHub Desktop.

Select an option

Save byJeevan/0cb87148d5adc054775c7a61d630289b to your computer and use it in GitHub Desktop.
Swift Language QnA

Swift Language specific questions

@byJeevan

byJeevan commented Jul 14, 2026

Copy link
Copy Markdown
Author
  1. let vs var

  2. class vs struct
  3. mutable vs immutable

  4. Any vs AnyObject

  5. @escaping and non-escaping

  6. Array vs Array slice vs collection of one
  7. Actor vs MainActor

@byJeevan

byJeevan commented Jul 14, 2026

Copy link
Copy Markdown
Author

Advanced:

  1. Copy on write concept
  2. How optionals implemented under the hood ?

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