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
init(name:sourceFiles:)
public required init(name: String = "Anonymous", sourceFiles: [SourceFile])
init(name:paths:)
public convenience init(name: String = "Anonymous", paths: [String]) throws
name
public let name: String
sourceFiles
public let sourceFiles: [SourceFile]
interface
public let interface: Interface