powered by
Null-coalescing operator for clean default value handling
x %||% y
x if not NULL, otherwise y
First value to check
Fallback value if x is NULL