module Infix:sig
..end
val (-) : Byte_units.t -> Byte_units.t -> Byte_units.t
val (+) : Byte_units.t -> Byte_units.t -> Byte_units.t
( / ) t mul
scales t
by 1/mul
val (/) : Byte_units.t -> float -> Byte_units.t
val (//) : Byte_units.t -> Byte_units.t -> float
( // ) t1 t2
returns the ratio of t1 to t2