5 ms·
So if I understand this correctly, "a + b" is syntactic sugar for "a.+(b)" (modulo the exact name of the method)?
by randomswede 4y ago
So if I understand this correctly, "a + b" is syntactic sugar for "a.+(b)" (modulo the exact name of the method)?
- munificent 4y agoYes, exactly. Basically everything is method calls.