toggle menu
re.this
0.1.6
common
switch theme
search in API
re.this
/
eu.vendeli.rethis.types.common
/
LcsResult
/
LcsMatch
Lcs
Match
data
class
LcsMatch
(
val
start
:
Long
,
val
end
:
Long
,
val
length
:
Long
?
=
null
)
Members
Constructors
Lcs
Match
Link copied to clipboard
constructor
(
start
:
Long
,
end
:
Long
,
length
:
Long
?
=
null
)
Properties
end
Link copied to clipboard
val
end
:
Long
length
Link copied to clipboard
val
length
:
Long
?
=
null
start
Link copied to clipboard
val
start
:
Long