remaining property

int remaining

The number of elements between the current position and the limit.

Implementation

int get remaining {
  return _remainingId(this, const jintType(), []);
}