GitHubSign in

A shorthand notation for conditionally returning a non-null value, or a default value if the first one is null.

"In Kotlin, the Elvis operator (?:) allows you to write concise code for null safety checks."

@openai