Partial

data class Partial(    val n: ULong,     val m: ULong,     val items: List<ULong>,     val sorted: Boolean?,     val conditions: Map<UInt, List<Condition>>) : Satisfaction(source)

Constructors

Link copied to clipboard
constructor(n: ULong, m: ULong, items: List<ULong>, sorted: Boolean?, conditions: Map<UInt, List<Condition>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val m: ULong
Link copied to clipboard
val n: ULong
Link copied to clipboard