What should the symbol be for accessing an enum. The two main options are Enum::kValue or Enum.kValue.
The first is used by c++ and Rust, the second Swift (and I believe other languages).
The symbol used should possibly also be the symbol used when/if we add namespace suppport for accessing into a namespace.
What should the symbol be for accessing an enum. The two main options are
Enum::kValueorEnum.kValue.The first is used by c++ and Rust, the second Swift (and I believe other languages).
The symbol used should possibly also be the symbol used when/if we add namespace suppport for accessing into a namespace.