The Char
Type represents an unicode scalar value.
See http://www.unicode.org/glossary/#unicode_scalar_value).
Constructor
Char.mk (val : UInt32) (valid : val.isValidChar)
: Char |
Fields
val | : | UInt32 |
The underlying unicode scalar value as a | ||
valid | : | self.val.isValidChar |
The value must be a legal codepoint. |