{}
run-icon
main.swift
import Foundation let data = Data.init(count: 10) let sub = data.subdata(in: 0..<20)
Output