SectionSequence
public class SectionSequence : Sequence
A sequence for iterating over the sections in an object file.
-
Makes an iterator that iterates over the sections in an object file.
Declaration
Swift
public func makeIterator() -> AnyIterator<Section>