ord
constord: (char:string) =>number=builtins.ord
Defined in: packages/pythonlib/src/index.ts:172
Return the Unicode code point for a one-character string.
Parameters
| Parameter | Type | Description |
|---|---|---|
char | string | A single character |
Returns
number
The Unicode code point