toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.utils
/
MatchResult
Match
Result
common
class
MatchResult
(
val
matches
:
List
<
MatchedChunk
>
,
val
remaining
:
String
)
Members
Constructors
Match
Result
Link copied to clipboard
common
constructor
(
matches
:
List
<
MatchedChunk
>
,
remaining
:
String
)
Properties
matches
Link copied to clipboard
common
val
matches
:
List
<
MatchedChunk
>
remaining
Link copied to clipboard
common
val
remaining
:
String
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int