case class StringView
extends IndexedView

Constructors

StringView ( s: String )

Members

val s : String
def _1 : T1
def apply ( n: Int ) : A
override def className : String

The class name of this collection. To be used for converting to string. Collections generally print like this:

 <className>(elem_1, ..., elem_n)

The class name of this collection. To be used for converting to string. Collections generally print like this:

 <className>(elem_1, ..., elem_n)
def copy ( s: String ) : StringView
def copy$default$1 : String
def length : Int