toggle menu
re.this
0.1.2
common
switch theme
search in API
re.this
/
eu.vendeli.rethis.types.common
/
LcsResult
Lcs
Result
data
class
LcsResult
(
val
matches
:
List
<
List
<
LcsResult.LcsMatch
>
>
,
val
totalLength
:
Long
)
Members
Constructors
Lcs
Result
Link copied to clipboard
constructor
(
matches
:
List
<
List
<
LcsResult.LcsMatch
>
>
,
totalLength
:
Long
)
Types
Lcs
Match
Link copied to clipboard
data
class
LcsMatch
(
val
start
:
Long
,
val
end
:
Long
,
val
length
:
Long
?
=
null
)
Properties
matches
Link copied to clipboard
val
matches
:
List
<
List
<
LcsResult.LcsMatch
>
>
total
Length
Link copied to clipboard
val
totalLength
:
Long