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