package timere

  1. Overview
  2. Docs
val of_transitions : name:string -> (int64 * entry) list -> t option
val to_transitions : t -> ((int64 * int64) * entry) list
val to_transition_seq : t -> ((int64 * int64) * entry) Seq.t