getAfterInLine

Get amount of characters after the Position in the line

Return

the amount of characters after the Position in the line

Since

0.1.0

Parameters

p

the Position to get the amount of characters after


open fun getAfterInLine(index: Int): Int(source)

Get amount of characters after the Position in the line Similar to getAfterInLine but with the index of the Position instead of the Position itself

Return

the amount of characters after the Position in the line

Since

0.1.0

Parameters

index

the index of the Position to get the amount of characters after