Avatar
extension MyInteger where @implemented(isOdd) { var isEven: Bool { return !isOdd } } こういう感じのがあれば出来るが…
9:02 AM
いやーこれはw