StringArray

final
class StringArray(val str: String) extends ImmutableArray[Char]
class ImmutableArray[Char]
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++[B >: Char : ClassTag](other: ImmutableArray[B]): ImmutableArray[B]
def apply(idx: Int): Char
def copyToArray[B >: Char](xs: Array[B], start: Int, len: Int): Unit
def length: Int
def slice(from: Int, until: Int): ImmutableArray[Char]
def toArray[B >: Char : ClassTag]: Array[B]

Inherited methods

def isEmpty: Boolean
Inherited from
ImmutableArray

Concrete fields

val str: String