commonMain.it.unibo.tuprolog.utils.Deque.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-metadata Show documentation
Show all versions of core-metadata Show documentation
Multi-platform Prolog environment, in Kotlin
package it.unibo.tuprolog.utils
expect fun dequeOf(vararg items: T): MutableList
expect fun dequeOf(items: Iterable): MutableList
expect fun dequeOf(items: Sequence): MutableList
expect fun MutableList.addFirst(item: T)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy