mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
BigInt support in the constant system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package utf16
|
||||
|
||||
REPLACEMENT_CHAR :: '\uFFFD';
|
||||
MAX_RUNE :: '\U0010FFFF';
|
||||
REPLACEMENT_CHAR :: '\ufffd';
|
||||
MAX_RUNE :: '\U0010ffff';
|
||||
|
||||
_surr1 :: 0xd800;
|
||||
_surr2 :: 0xdc00;
|
||||
|
||||
Reference in New Issue
Block a user