skip

abstract fun skip(number: Int)(source)

Skips a given number of characters

Since

0.1.0

Parameters

number

the number of characters to skip


abstract fun skip()(source)

Skips the next character

Since

0.1.0