or should I just have the class store a property l...
# getting-started
h
or should I just have the class store a property like
val foos = ArrayList(size) { Foo() }
and then put collection operator funs into it that just operate on that property?