I need to perform calculations before calling the ...
# announcements
s
I need to perform calculations before calling the primary constructor. I know it's possible to put those calcs in the calling but it will lead to highly repeated code.
constructor(size: Int) : this(really_long * 4, IntArray(really_long))