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

commonMain.it.unibo.tuprolog.utils.Deque.kt Maven / Gradle / Ivy

There is a newer version: 0.17.4
Show newest version
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