org.scalajs.ir.UTF8String
See theUTF8String companion object
final class UTF8String extends AnyVal
An immutable UTF-8 string.
The contents of a UTF8String
is guaranteed to be a well-formed UTF-8 string.
Attributes
- Note
-
equals()
andhashCode()
, along with==
and##
, are just as broken forUTF8String
as forArray
s. Use the methods in the companion object instead. This is unavoidable because we cannot overrideequals
norhashCode
in anAnyVal
. - Companion
- object
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
In this article