Created
March 21, 2022 10:57
-
-
Save SatyaSnehith/4017ba05ec56b46d23fd1a9724b3bfce to your computer and use it in GitHub Desktop.
if any one of the variables has null return true
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun hasNull(vararg list: Any?) = null in list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment