Population.generation

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

Meta