We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public final class Module: Codable
Codable
public required init(name: String = "Anonymous", sourceFiles: [SourceFile])
public convenience init(name: String = "Anonymous", paths: [String]) throws
let name: String
let sourceFiles: [SourceFile]
var interface: Interface = { let imports = sourceFiles.flatMap { $0.imports } let symbols = sourceFiles.flatMap { $0.symbols } return Interface(imports: imports, symbols: symbols) }()