Population

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint size)
Undocumented in source.

Members

Aliases

IndividType
alias IndividType = IndType
Undocumented in source.

Functions

addIndivid
void addIndivid(IndType val)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
genName
void genName(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref IndAbstract) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(IndType val)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
uint opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
IndType opIndex(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
IndAbstract[] opSlice(uint a, uint b)
Undocumented in source. Be warned that the author may not have intended to support it.
saveAll
void saveAll(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
saveBests
void saveBests(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dup
auto dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
generation
uint generation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
generation
uint generation [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
ulong length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DefNameChars
string DefNameChars;
Undocumented in source.
DefNameLength
int DefNameLength;
Undocumented in source.

Variables

iGeneration
uint iGeneration;
Undocumented in source.
inds
IndType[] inds;
Undocumented in source.
mName
string mName;
Undocumented in source.

Inherited Members

From PopAbstract

genName
void genName(int size)
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
name
string name [@property setter]
Undocumented in source.
generation
uint generation [@property getter]
Undocumented in source.
generation
uint generation [@property setter]
Undocumented in source.
length
ulong length [@property getter]
Undocumented in source.
opIndex
IndAbstract opIndex(uint i)
Undocumented in source.
opSlice
IndAbstract[] opSlice(uint a, uint b)
Undocumented in source.
opDollar
uint opDollar()
Undocumented in source.
opApply
int opApply(int delegate(ref IndAbstract) dg)
Undocumented in source.

Meta