Package-level declarations

Types

Link copied to clipboard

The type of an autocomplete match.

Link copied to clipboard
data class Match(val offset: Int, val length: Int)

Informs which part of the input is represented by the segment.

Link copied to clipboard
data class Matches(val inputQuery: List<Match> = emptyList())

Input query matching may not be continuous, so the mapping is defined by an array of matched substrings.