Module Async_kernel__.Time_ns

include Core_kernel.Core_kernel_private.Time_ns_alternate_sexp
include module type of sig ... end with module Span := Core_kernel.Time_ns.Span
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (Core_kernel__.Import.int ‑> t) Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_shape_t : Bin_prot.Shape.t
val typerep_of_t : t Typerep_lib.Std.Typerep.t
val typename_of_t : t Typerep_lib.Std.Typename.t
val compare : t ‑> t ‑> Core_kernel__.Import.int
val (>=) : t ‑> t ‑> bool
val (<=) : t ‑> t ‑> bool
val (=) : t ‑> t ‑> bool
val (>) : t ‑> t ‑> bool
val (<) : t ‑> t ‑> bool
val (<>) : t ‑> t ‑> bool
val epoch : t
val min_value : t
val max_value : t
val add : t ‑> Span.t ‑> t
val sub : t ‑> Span.t ‑> t
val diff : t ‑> t ‑> Span.t
val abs_diff : t ‑> t ‑> Span.t
val max : t ‑> t ‑> t
val to_span_since_epoch : t ‑> Span.t
val of_span_since_epoch : Span.t ‑> t
val to_int63_ns_since_epoch : t ‑> Core_kernel__.Std_internal.Int63.t
val of_int63_ns_since_epoch : Core_kernel__.Std_internal.Int63.t ‑> t
val to_int_ns_since_epoch : t ‑> Core_kernel__.Import.int
val of_int_ns_since_epoch : Core_kernel__.Import.int ‑> t
val next_multiple : ?can_equal_after:Core_kernel__.Import.bool ‑> base:t ‑> after:t ‑> interval:Span.t ‑> Core_kernel__.Import.unit ‑> t
include sig ... end with type t := t
type t
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t