package uucp

  1. Overview
  2. Docs

Age property.

Age property

type t = [
  1. | `Unassigned
  2. | `Version of int * int
]

The type for character age.

val compare : t -> t -> int

compare a a' is Stdlib.compare a a'

val pp : Format.formatter -> t -> unit

pp ppf a prints an unspecified representation of a on ppf.

val age : Uchar.t -> t

age u is u's Age property.