Host

extension Utils.Host
  • An AST representing the whole standard library, conditionally compiled for targeting the host platform.

    Declaration

    Swift

    public static let hostedLibraryAST: Result<AST, any Error>
  • An AST representing the freestanding core of standard library, conditionally compiled for targeting the host platform.

    Declaration

    Swift

    public static let freestandingLibraryAST: Result<AST, any Error>