org.jetbrains.android.anko.utils.utils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anko-generator Show documentation
Show all versions of anko-generator Show documentation
The generator module from Anko.
The newest version!
package org.jetbrains.android.anko.utils
val Array.unique: T?
get() = if (size == 1) this[0] else null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy