commonMain.org.kodein.di.internal.expectedInternal.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kodein-di-js Show documentation
Show all versions of kodein-di-js Show documentation
KODEIN Dependency Injection Core
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