Hello there! I have property of lambda type, like...
# announcements
v
Hello there! I have property of lambda type, like this:
Copy code
var op = ((first: Int, second: Int) -> Int)? = null
So is there way to document it’s params (first and second)?
1