jvmMain.com.strumenta.kotlinmultiplatform.IdentityHashMap.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr-kotlin-runtime-jvm Show documentation
Show all versions of antlr-kotlin-runtime-jvm Show documentation
Kotlin multiplatform port of ANTLR
package com.strumenta.kotlinmultiplatform
// TODO what is an identityhashmap?
actual class IdentityHashMap : MutableMap by emptyMap().toMutableMap()