ArrayCharSequence

final class ArrayCharSequence(val xs: Array[Char], start: Int, end: Int) extends CharSequence
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Source:
ArrayCharSequence.scala

Inherited methods

Inherited from:
CharSequence
Inherited from:
CharSequence
Inherited from:
CharSequence

Concrete fields