ofChar

final
class ofChar(array: Array[Char]) extends ImmutableArray1[Char]
class ImmutableArray1[Char]
class ImmutableArray[Char]
class Object
trait Matchable
class Any

Value members

Inherited methods

override
def ++[B >: Char : ClassTag](other: ImmutableArray[B]): ImmutableArray[B]
Definition Classes
Inherited from
ImmutableArray1
def apply(idx: Int): Char
Inherited from
ImmutableArray1
def componentType: Class[_]
Inherited from
ImmutableArray1
def copyToArray[B >: Char](xs: Array[B], start: Int, len: Int): Unit
Inherited from
ImmutableArray1
def isEmpty: Boolean
Inherited from
ImmutableArray
def length: Int
Inherited from
ImmutableArray1
def slice(from: Int, until: Int): ImmutableArray[Char]
Inherited from
ImmutableArray1
def toArray[B >: Char : ClassTag]: Array[B]
Inherited from
ImmutableArray1