compiler

String of the compiler that was used to compile this binary with. Here: gdc.

  1. enum compiler;
  2. enum compiler;
  3. enum compiler;
    version(!DigitalMars && !LDC && GNU)
    private
    enum compiler = "gdc";
  4. enum compiler;