Module Byte_units


module Byte_units: sig .. end

type t = [ `Bytes of Int63.t
| `Gigabytes of float
| `Kilobytes of float
| `Megabytes of float
| `Words of Int63.t ]
include Sexpable.S
include Binable.S
include Comparable.S
include Hashable.S
val bytes : t -> Int63.t
val kilobytes : t -> float
val megabytes : t -> float
val gigabytes : t -> float
val words : t -> Int63.t