-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It may require some value restructure to make undefined/void 0 equal to 0u64. For example,
tag = 0b0000_0000_0000_0 is an extension:
v = 0b000_0..0isundefinedv = 0b010_0..Xisboolv = 0b100_X..Xisobjectv = 0b101_X..Xisarrayv = 0b110_X..Xisstringv = 0b111_X..Xisbigint
If tag != 0b0000_0000_0000_0 then return bitwise not of value as f64: Number(f64.from_bits(!value))
Metadata
Metadata
Assignees
Labels
No labels