implicit operator Rune(char)
Returns a rune.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Operator
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
implicit operator Rune(Run)
public static implicit operator Unicode.Rune(char codepoint)
Parameters
A code point.
Returns
Type | Description |
|---|---|
| Rune | A rune. |
Remarks
Because a char is 16-bit, it can only represent the first 2^16 code points, not all 1.1 million.