multiSetOf

fun multiSetOf(vararg clause: <ERROR CLASS>): MutableClauseMultiSet

Creates a MutableClauseMultiSet with given clauses


fun multiSetOf(vararg clause: <ERROR CLASS>.() -> <ERROR CLASS>): MutableClauseMultiSet

Let developers easily create a MutableClauseMultiSet programmatically while avoiding variables names clashing


fun multiSetOf(clauses: Sequence<<ERROR CLASS>>): MutableClauseMultiSet

Creates a MutableClauseQueue from the given Sequence of Clause


fun multiSetOf(clauses: Iterable<<ERROR CLASS>>): MutableClauseMultiSet

Creates a MutableClauseQueue from the given Iterable of Clause