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