プライベート配列にパブリックデータを割り当てることは、その配列にパブリックアクセスを与えることと同じである。
Assigning public data to a private array is equivalent to giving public access to the array.