All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.android.anko.utils.utils.kt Maven / Gradle / Ivy

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