「Swift入門」for in strideを利用するサンプル 2020年5月17日サンプルコード for m in stride(from: 55, to: 155, by: 15) { print(m) } SwiftPosted by arkgame