Expand description
A Latin1 or UTF-16 encoded, reference counted, immutable string.
Structs§
- Common
JsString Builder - Common
JsString
builder that accepts multiple variant of string or character. - Iter
- Iterator over a
JsStr
. - JsStr
- This is equivalent to Rust’s
&str
. - JsString
- A Latin1 or UTF-16–encoded, reference counted, immutable string.
- Static
JsString - The raw representation of a
JsString
from a string literal. - Static
JsStrings - List of commonly used strings in Javascript code.
Enums§
- Code
Point - Represents a Unicode codepoint within a
JsString
, which could be a valid ‘Unicode scalar value’, or an unpaired surrogate. - JsStr
Variant - Inner representation of a
JsStr
.
Type Aliases§
- Latin1
JsString Builder Latin1
encodedJsStringBuilder
- Utf16
JsString Builder UTF-16
encodedJsStringBuilder