![JAR search and dependency download from the Maven repository](/logo.png)
godot.util.Nullable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of godot-library-debug Show documentation
Show all versions of godot-library-debug Show documentation
Contains godot api as kotlin classes and jvm cpp interaction code.
The newest version!
package godot.util
@PublishedApi
internal inline fun isNullable(): Boolean = null is T
© 2015 - 2025 Weber Informatics LLC | Privacy Policy