operator <= method

bool operator <=(
  1. Position other
)

Implementation

bool operator <=(Position other) => compareTo(other) <= 0;