The default access specifier is <internal>, which means myGuardArray
is internal here, only accessible and mutable from within its module
The other public variable GTran
can be accessed and mutated from everywhere
The default access specifier is <internal>, which means myGuardArray
is internal here, only accessible and mutable from within its module
The other public variable GTran
can be accessed and mutated from everywhere