Uucp.Age
Age property.
type t = [
|
`Unassigned
`Version of int * int
]
The type for character age.
val compare : t -> t -> int
compare a a' is Stdlib.compare a a'
compare a a'
Stdlib.compare a a'
val pp : Format.formatter -> t -> unit
pp ppf a prints an unspecified representation of a on ppf.
pp ppf a
a
ppf
val age : Uchar.t -> t
age u is u's Age property.
age u
u