Context

data class Context(val pairs: List<ContextPair> = emptyList()) : QueryInterface

Context search: no target, only pairs steering the result region.

Constructors

Link copied to clipboard
constructor(pairs: List<ContextPair> = emptyList())

Properties

Link copied to clipboard