if I have `enum class myEnum { enum0 }` is there ...
# getting-started
e
if I have
enum class myEnum { enum0 }
is there a way to import all the entries to avoid writing
myEnum.enum0
?