Module malachite_base::chars::constants
source · Expand description
Constants§
- The
char
that comes just after the surrogate range. - The
char
that comes just before the surrogate range. - The first surrogate code point.
- The number of Unicode scalar values. $2^{20}+2^{16}-2^{11} = \mathrm{0x10\,f800} = 1,\!112,\!064$.
- The number of surrogate code points; these are code points that do not correspond to any valid
char
.