Population.generation

Undocumented in source. Be warned that the author may not have intended to support it.
  1. uint generation [@property getter]
    class Population(alias nameChecker, IndType)
    @property
    uint
    generation
    ()
    if (
    is(typeof(nameChecker()) == string)
    )
  2. uint generation [@property setter]

Meta