When in a conversation with other developers, what do I call the !!
operation.
In Kotlin, the :?
is called the Elvis operator
These sources don't say what the name of !!
is:
- http://kotlinlang.org/docs/reference/null-safety.html#the--operator
- http://kotlinlang.org/docs/reference/keyword-reference.html
Looking online, the generic term for !!
is double bang. Do I use the same for Kotlin even though swift's !
operator is called forced unwrapping (Note: the !
in swift is similar to Kotlin's !!
.)
What I'm specifically looking for:
- A name that I can verbally call the
!!
operation that Kotlin developers can understand - A name other than double exclamation or bang bang or double bang