LcsResult

data class LcsResult(val matches: List<List<LcsResult.LcsMatch>>, val totalLength: Long)

Constructors

Link copied to clipboard
constructor(matches: List<List<LcsResult.LcsMatch>>, totalLength: Long)

Types

Link copied to clipboard
data class LcsMatch(val start: Long, val end: Long, val length: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard