cxx-frontend
    Preparing search index...

    Type Alias OutputCode<Format>

    OutputCode: Format extends "obj" ? Uint8Array : string

    The result of Parser.emitCode for a given output format.

    Textual formats produce a string, object code produces a Uint8Array.

    Type Parameters