Char
Index
Bound
readonlymaxValue
Maximum value for this type
readonlyminValue
Minimum value for this type
Codec
codecDecode
Returns the decoded
input
,Result.Ok
orResult.Error()
codecEncode
Returns the encoded
input
codecSchema
Returns the JSONSchema corresponding to the decoded type
Comparator
!=
"Not equal to" operator
<
"Less than" operator
<=
"Less than or equal to" operator
==
"Equal to" operator
>
"Greater than" operator
>=
"Greater than or equal to" operator
clamp
Clamp value between minValue and maxValue
compare
Return a number that represents comparison
equals
Alias to '=='
max
"maximum" operator
min
"minimum" operator
Constructor
asInstance
Try to convert anyValue to enum value or else returns
Option.None
fromCodePoint
Returns a Char created by using the specified code point.
Type
inspect
When defined, returns a custom string representation
hasInstance
Return
true
if the given value is an instance of the class.
Other
typeName
indexType
Index type
__call__
at
Returns the value at the index
indexOf
Returns the integer index of a value
range
Returns an Iterable starting from
start
toend
. Ifstart
orend
is not in range then returns an empty iterable.
rangeSize
Returns the size of a range. If
start
orend
is not in range then returns 0.
unwrap
Convert a tagged value to the underlying type
wrap
Convert an underlying type to a tagged type
A collection of functions to manipulate characters