Module Qcow_types.Cluster
include Qcow_s.NUM with type t := t
val zero : t
val pred : t -> t
val succ : t -> t
val add : t -> t -> t
val sub : t -> t -> t
val mul : t -> t -> t
val div : t -> t -> t
val of_int64 : int64 -> t
val to_int64 : t -> int64
val of_int : int -> t
val to_int : t -> int
val to_string : t -> string
val shift_left : t -> int -> t
val shift_right_logical : t -> int -> t
val logor : t -> t -> t
val rem : t -> t -> t
val to_float : t -> float
val round_up : t -> t -> t
round_up value to
roundsvalue
to the next multiple ofto
module IntervalSet : Qcow_s.INTERVAL_SET with type elt = t