isWithin method

bool isWithin(
  1. BufferRange range
)

Implementation

bool isWithin(BufferRange range) {
  return range.contains(this);
}