Chars

final case class Chars(value: Seq[Byte]) extends Val
trait Product
trait Equals
class Val
class Object
trait Matchable
class Any

Value members

Inherited methods

final def canonicalize: Val
Inherited from:
Val
final def isCanonical: Boolean
Inherited from:
Val
final def isMinusOne: Boolean
Inherited from:
Val
final def isOne: Boolean
Inherited from:
Val
Inherited from:
Val
Inherited from:
Val
Inherited from:
Val
Inherited from:
Val
final def isVirtual: Boolean
Inherited from:
Val
final def isZero: Boolean
Inherited from:
Val
Inherited from:
Product
final def show: String
Inherited from:
Val
final def ty: Type
Inherited from:
Val

Concrete fields

lazy val byteCount: Int
lazy val bytes: Array[Byte]