arrAccessible method

bool arrAccessible()

Implementation

bool arrAccessible() {
  return length > 0;
}