operator <= method

bool operator <=(
  1. CursorLocation other
)

Implementation

bool operator <=(CursorLocation other) => (this < other) || (this == other);