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

jvmMain.it.unibo.tuprolog.collections.rete.PlatformSpecificUtils.kt Maven / Gradle / Ivy

Go to download

In-memory storage and indexing facilities for ordered and unordered knowledge bases composed by logic clauses

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.collections.rete

internal actual fun  Sequence.takeFirstAfterSkipping(n: Int): T = drop(n).first()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy