get

abstract operator fun get(start: Int, end: Int): CharArray(source)

Get a range of characters from the CharacterSource as a CharArray

Since

0.1.0

Parameters

start

the start index for the characters

end

the end index for the characters