DecoderAction

fun interface DecoderAction(source)

An action for decoding

See also

Types

Link copied to clipboard
class Parser(action: Pair<Iterable<Char>, DecoderAction>)

Holder for ranges of characters and their associated DecoderAction with support for constant-time operations (in terms of work performed for provided input).

Functions

Link copied to clipboard
abstract fun convert(input: Char): Int

Convert decoder input character to its bitwise integer value.