Population.name

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

Meta