Module Timing_wheel_time.Span
val compare : t -> t -> Core_kernel__.Import.intval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Comparable.Validate with type t := t
val validate_lbound : min:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_ubound : max:t Base.Maybe_bound.t -> t Base.Validate.checkval validate_bound : min:t Base.Maybe_bound.t -> max:t Base.Maybe_bound.t -> t Base.Validate.check
include Comparable.With_zero with type t := t
val validate_positive : t Base.Validate.checkval validate_non_negative : t Base.Validate.checkval validate_negative : t Base.Validate.checkval validate_non_positive : t Base.Validate.checkval is_positive : t -> boolval is_non_negative : t -> boolval is_negative : t -> boolval is_non_positive : t -> boolval sign : t -> Base__.Sign0.tReturns
Neg,Zero, orPosin a way consistent with the above functions.
include Core_kernel__.Import.Equal.S with type t := t
val equal : t Core_kernel__.Import.Equal.equal
val of_sec : Core_kernel__.Import.float -> tval scale : t -> Core_kernel__.Import.float -> t