Introduction

In this article, we will learn the basic and fundamental concept of an array in Swift language. As far as the concept of an array is concerned, it is the same in other languages, but if we are talking about the advanced level; the manipulating of an array is different.

What is an Array?

Why is array useful?

Mutable Vs Immutable Array

How do we create an array?

What are Array Literals?

Accessing Array Element

Using Subscripting

Manipulating Elements in an Array

Removing Element in an Array

Updating element in an Array

Main Point of an Array