package apero-time

  1. Overview
  2. Docs
module Time : sig ... end
module T : sig ... end
include sig ... end
type t = T.t
val compare : t -> t -> int
val equal : t -> t -> bool
module Infix : sig ... end
val create : Apero.Uuid.t -> Time.t -> t
val get_source : t -> Apero.Uuid.t
val get_time : t -> Time.t
val to_string : t -> string
val of_string : string -> t option
val encode : t -> Abuf.t -> unit
val decode : Abuf.t -> t
val pp : Format.formatter -> t -> unit