FirstOfResult

data class FirstOfResult(needsNext: Boolean, result: Set<RuntimeRule>)

Properties

needsNext
Link copied to clipboard
common
val needsNext: Boolean
result
Link copied to clipboard
common
val result: Set<RuntimeRule>