StringChar
        data class StringChar
      
Fields
| Name | Description | 
|---|---|
| var value: Int | |
| var sequenceLength: Int | 
Constructors
<init>
        constructor(value: Int, sequenceLength: Int)
      
Represents a single character as a unicode codepoint, and its original length in a wast file as part of a string literal.
Parameters
| Name | Description | 
|---|---|
| value: Int | |
| sequenceLength: Int | 
Methods
toString
        fun toString(): String
      
ReturnValue
| Name | Description | 
|---|---|
| String | 
Represents a single character as a unicode codepoint, and its original length in a wast file as part of a string literal.