class Population { has @.population; method BUILD() { .population = <>; } method add($x) { push(.population, $x); } }