if (newColumn.length > currentColumn.length){
    throw new Error('fixed-2d-array: the length of the new column, '+newColumn.length+
      ', can not exceed the length of the current column, '+currentColumn.length);
  }