needReverseAll method

bool needReverseAll()

是否需要反转所有内容

Implementation

bool needReverseAll() {
  return true;
}