module Span : sig ... endval to_uint64_ns : t -> int64val of_uint64_ns : int64 -> tval equal : t -> t -> boolval compare : t -> t -> intval is_earlier : t -> than:t -> boolval is_later : t -> than:t -> boolval add_span : t -> span -> t optionval sub_span : t -> span -> t option