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

commonMain.org.brightify.hyperdrive.utils.WeakReference.kt Maven / Gradle / Ivy

package org.brightify.hyperdrive.utils

public expect class WeakReference(referred: T) {
    public fun get(): T?

    public fun clear()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy