Population.name

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

Meta