std.encoding.encoding_scheme.decode
- multiple declarations
- Function EncodingScheme.decode
- Function EncodingScheme.decode
- Function EncodingScheme.decode
- Function EncodingScheme.decode
- Function EncodingScheme.decode
- Function EncodingScheme.decode
- Function EncodingScheme.decode
Function EncodingScheme.decode
Decodes a single code point.
This function removes one or more ubytes from the start of an array, and returns the decoded code point which those ubytes represent.
The input to this function MUST be validly encoded.
Prototype
abstract dchar decode( const(ubyte)[] s ) const;
Parameters
Name | Description |
---|---|
s | the array whose first code point is to be decoded |
Function EncodingScheme.decode
Decodes a single code point.
This function removes one or more ubytes from the start of an array, and returns the decoded code point which those ubytes represent.
The input to this function MUST be validly encoded.
Prototype
abstract dchar decode( const(ubyte)[] s ) const;
Parameters
Name | Description |
---|---|
s | the array whose first code point is to be decoded |
Function EncodingScheme.decode
Decodes a single code point.
This function removes one or more ubytes from the start of an array, and returns the decoded code point which those ubytes represent.
The input to this function MUST be validly encoded.
Prototype
abstract dchar decode( const(ubyte)[] s ) const;
Parameters
Name | Description |
---|---|
s | the array whose first code point is to be decoded |
Function EncodingScheme.decode
Decodes a single code point.
This function removes one or more ubytes from the start of an array, and returns the decoded code point which those ubytes represent.
The input to this function MUST be validly encoded.
Prototype
abstract dchar decode( const(ubyte)[] s ) const;
Parameters
Name | Description |
---|---|
s | the array whose first code point is to be decoded |
Function EncodingScheme.decode
Decodes a single code point.
This function removes one or more ubytes from the start of an array, and returns the decoded code point which those ubytes represent.
The input to this function MUST be validly encoded.
Prototype
abstract dchar decode( const(ubyte)[] s ) const;
Parameters
Name | Description |
---|---|
s | the array whose first code point is to be decoded |
Function EncodingScheme.decode
Decodes a single code point.
This function removes one or more ubytes from the start of an array, and returns the decoded code point which those ubytes represent.
The input to this function MUST be validly encoded.
Prototype
abstract dchar decode( const(ubyte)[] s ) const;
Parameters
Name | Description |
---|---|
s | the array whose first code point is to be decoded |
Function EncodingScheme.decode
Decodes a single code point.
This function removes one or more ubytes from the start of an array, and returns the decoded code point which those ubytes represent.
The input to this function MUST be validly encoded.
Prototype
abstract dchar decode( const(ubyte)[] s ) const;
Parameters
Name | Description |
---|---|
s | the array whose first code point is to be decoded |
Authors
Janice Caron