Hullaballoonatic
class Population(size: Int = 100) : ArrayList<Member>(size) { init { map { Member() } }