SymbolSequence

public class SymbolSequence : Sequence

A sequence for iterating over the symbols in an object file.

  • Creates an iterator that will iterate over all symbols in an object file.

    Declaration

    Swift

    public func makeIterator() -> AnyIterator<Symbol>
  • Deinitialize this value and dispose of its resources.

    Declaration

    Swift

    deinit