3 ms·
I'm a big fan of the Elvis operator myself (.?)
by zero_shift 1y ago
I'm a big fan of the Elvis operator myself (.?)
- chuckadams 1y ago.? is null-safe property access. Elvis is ?:
- zero_shift 1y agoOh, that makes more sense, because ?: has eyes https://en.m.wikipedia.org/wiki/Elvis_operator https://en.m.wikipedia.org/wiki/Elvis_operator ?:-)