コード例 #1
0
 def _make_array(self, c):
     '''Makes a new array of size "c" '''
     return Array(c)