size method

int? size()

Implementation

int? size() {
  return end! - start!;
}