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

commonMain.org.kodein.di.internal.expectedInternal.kt Maven / Gradle / Ivy

There is a newer version: 7.22.0
Show newest version
package org.kodein.di.internal

internal expect fun  newConcurrentMap(): MutableMap

internal expect fun  newLinkedList(): MutableList

internal expect fun  newLinkedList(c: Collection): MutableList




© 2015 - 2024 Weber Informatics LLC | Privacy Policy