extend abstract method

BufferRange extend(
  1. CellOffset position
)

Returns the smallest range that contains both this range and the given position.

Implementation

BufferRange extend(CellOffset position);