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

Reply via email to