Join Slack
Powered by
if I have `enum class myEnum { enum0 }` is there ...
# getting-started
e
elect
10/09/2016, 7:52 PM
if I have
enum class myEnum { enum0 }
is there a way to import all the entries to avoid writing
myEnum.enum0
?
Open in Slack
Previous
Next