isEmptyStrict method

bool isEmptyStrict()

更加严格的模式

Implementation

bool isEmptyStrict() {
  return !isNotEmptyStrict();
}