Not actually replace and not only value if express...
# announcements
g
Not actually replace and not only value if expression to the left of elvis operator returned null will be exected expression on the right side of elvis operator For example this is also valid:
Copy code
val value = it?.value ?: return // early return
👍🏼 1