StringLike

Inheritors

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
abstract operator fun get(index: Int): Char
Link copied to clipboard
abstract fun subSequence(startIndex: Int, endIndex: Int): CharSequence