Read interesting Swift evolution proposal Offset-Based Access to Indices, Elements, and Slices
Read interesting proposal Offset-Based Access to Indices, Elements, and Slices for adding:
let str = "abcdefghijklmnopqrstuvwxyz"
print(str[.first + 3 ..< .first + 6]) // "def"