Compiler.addPop

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void addPop(PopType pop)
    class Compiler(CompStg = SequentCompilation, EvolutorStg = Evolutor, ProgType, PopType, WorldType)
    void
    addPop
    (
    PopType pop
    )
    if (
    __traits(compiles, "PopAbstract pop = new PopType()")
    )
  2. PopType addPop(int size, string name)

Meta