func value(_ progressBar: ProgressBar) -> String
s9Benchmark15ProgressPercentV5valueySSAA0B3BarVFWhat are these?
s9Benchmark15ProgressPercentV5valueySSAA0B3BarVF
FNV24: [2R3N]
init(decimalPlaces: Int)
import Benchmark
Benchmark allows you to easily create sophisticated Swift performance benchmarks
struct ProgressPercent
the percentage element e.g. “90.0%”
struct ProgressBar
@frozen struct String
A Unicode string value that is a collection of characters.
init(decimalPlaces: Int = 0)