function mergeTypedArraysUnsafe(array) {
  if (array.length <= 0) {
    return null
  }
  // count the size