CharacterSource

A CharacterSource provides characters

Since

0.1.0

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val all: CharArray

The contents of the CharacterSource

Link copied to clipboard
abstract val length: Int

The length of the CharacterSource

Link copied to clipboard
abstract val location: String

The location the characters are from (e.g. file location)

Functions

Link copied to clipboard
abstract operator fun get(start: Int, end: Int): CharArray

Get a range of characters from the CharacterSource as a CharArray