Join Slack
Powered by
If I have a primary constructor, a secondary const...
# announcements
r
rook
10/16/2017, 8:49 PM
If I have a primary constructor, a secondary constructor, and an
init
block, when I call the secondary constructor, at what point does the
init
block get executed? E.g. before the primary, before the secondary, after both.
Open in Slack
Previous
Next