Units.BytesSourcePrints a numeric value as as a byte count.
0 ↦ " 0.0 B "
999 ↦ " 999.0 B "
1024 ↦ " 1.0 KiB"
1024 * 1023 ↦ "1023.0 KiB"
1024 * 1024 - 1 ↦ "1023.9 KiB"val generic :
(module Progress_engine.Integer.S with type t = 't) ->
't Progress_engine__.Printer.tQuick builders for base-2 byte counts
kib n is n kibibytes.
mib n is n mebibytes.
gib n is n gibibytes.
tib n is n tebibytes.
pib n is n pebibytes.