Compiler.this

Undocumented in source.
  1. this(CompStg compStrategy)
    class Compiler(CompStg = SequentCompilation, EvolutorStg = Evolutor, ProgType, PopType, WorldType)
    this
    (
    CompStg compStrategy
    )
    if (
    __traits(compiles, "PopAbstract pop = new PopType()")
    )
  2. this(CompStg compStrategy, ProgType progtype)
  3. this(CompStg compStrategy, ProgType progtype, WorldType world)
  4. this(CompStg compStrategy, ProgType progtype, WorldType world, EvolutorStg evolutor)

Meta