fn fmtIntSizeDec(value: u64) field_call

Return a Formatter for a u64 value representing a file size. This formatter represents the number as multiple of 1000 and uses the SI measurement units (kB, MB, GB, …).

Parameters

value: u64,