SectionsDifference

class SectionsDifference<T : Section>(val firstOnly: List<T> = listOf(), val secondOnly: List<T> = listOf())

Represents the sections of type T of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Constructors

Link copied to clipboard
constructor(firstOnly: List<T> = listOf(), secondOnly: List<T> = listOf())

Properties

Link copied to clipboard

Sections of type T of the base route.

Link copied to clipboard

Sections of type T of the forking route.