Module Units.In_bytes
Sizes and offsets in bytes.
include Unit
val compare : t -> t -> intval (<=) : t -> t -> boolval (>=) : t -> t -> boolval times : int -> t -> ttimes k x is k*x. This is useful when multiplying array length with the size of array elements. Don't use this for conversion to sizes in bits.