package uucp
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Numeric properties.
Hex digits
val is_ascii_hex_digit : Uchar.t -> bool
is_ascii_hex_digit u
is true
if u
has the ASCII_Hex_Digit property.
Numeric type
val pp_numeric_type : Format.formatter -> numeric_type -> unit
pp_numeric_type ppf n
prints an unspecified representation of n
on ppf
.
val numeric_type : Uchar.t -> numeric_type
numeric_type u
is u
's Numeric_Type property.
Numeric value
val pp_numeric_value : Format.formatter -> numeric_value -> unit
pp_numeric_value ppf n
prints an unspecified representation of n
on ppf
.
val numeric_value : Uchar.t -> [ `Frac of int * int | `NaN | `Num of int64 ]
numeric_type u
is u
's Numeric_Value property.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page