Skip to main content
repetitive code
Search form
swift
java
.net
javascript
mysql
Python
c++
objC
Docker
search
Home
/
++-)
++-)
extension Int {
static postfix func ++ (lhs: inout Int){
return lhs += 1
}
}
Tags:
iOS swift