Avatar
omochimetaru 2/27/2018 4:11 AM
@koher extension Int { mutating func double() { self = self * 2 } } var i = 3 &i.double() こう? (edited)