0
iQi - 面白いアプリを開発中
extension String {
//readonly computed property
var length: Int
{
return countElements(self)
}
}