I definitely agree. Variable visibility should be secondary. Not to mention
that having it on the left side, just for SOME object fields for example, would
make the whole thing ugly (at least for me):
type
MyType = ref object
a: int32
*exported: int32
not_exported: int32
Run
- Why does nim put the Export marker on the right side? javinyang
- Re: Why does nim put the Export marker on the right side? Araq
- Re: Why does nim put the Export marker on the right si... drkameleon
