func makeIterator() -> ProgressGenerator<G.Iterator>
s9Benchmark8ProgressV12makeIteratorAA0B9GeneratorVy0D0QzGyFWhat are these?
s9Benchmark8ProgressV12makeIteratorAA0B9GeneratorVy0D0QzGyF
FNV24: [FEA8]
init(G, configuration: [ProgressElementType]?, printer: ProgressBarPrinter?)
import Benchmark
Benchmark allows you to easily create sophisticated Swift performance benchmarks
struct Progress<G> where G : Sequence
struct ProgressGenerator<G> where G : IteratorProtocol
associatedtype Iterator : IteratorProtocol
A type that provides the sequence’s iteration interface and encapsulates its iteration state.
init(_ generator: G, configuration: [ProgressElementType]? = nil, printer: ProgressBarPrinter? = nil)