I want to have a constructor that takes different parameters, does some computations, and then calls the primary constructor with the result of that computation.
o
orangy
12/25/2018, 10:22 AM
You can use
run
orangy
12/25/2018, 10:23 AM
Or make a function instead of secondary constructor with the same name as class