Slice that Collection: A Swift guide
What are slices, and how are they used?
Slices make your use of collections
in Swift more efficient. This gives us an opportunity to write efficient code and really get to grips with Indices
. Shall we get started, then?
Difficulty: Beginner | Easy | Normal | Challenging