Example #1
0
 friend std::ostream& operator<<(std::ostream& os, array& a) {
   a.write(os);
   return os;
 }