https://wiki.dlang.org/Access_specifiers_and_visibility#private

Private means that only members of the enclosing class can access the member, or members and functions in the same module as the enclosing class.

You can access private attributes anywhere in the same module.

Reply via email to