A throughput, stored canonically in bytes per second. Build with bps/1 or the
binary-prefix constructors (kibps/1, mibps/1, gibps/1, tibps/1); read back
with as_bytes_per_sec/1. Arithmetic (+, -) and comparison
(<, >, <=, >=) come from Unit.Operators.
Summary
Types
Functions
Parse a string like "1GiBps". Suffixes: Bps/KiBps/MiBps/GiBps/TiBps.
Like parse/1 but raises ArgumentError on bad input.
@spec zero() :: t()
The zero throughput (additive identity).