findFirst method

bool findFirst(
  1. IStatus status,
  2. int tag
)

Implementation

bool findFirst(IStatus status, int tag) {
  final res = _findFirst(self, status.self, tag) != 0;
  status.checkStatus();
  return res;
}