Compiler.addPop

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

Meta